COPASI API
4.16.103
|
#include <CCopasiArray.h>
Public Types | |
typedef C_FLOAT64 | data_type |
typedef std::vector< size_t > | index_type |
Public Member Functions | |
virtual size_t | dimensionality () const =0 |
virtual data_type & | operator[] (const index_type &index)=0 |
virtual const data_type & | operator[] (const index_type &index) const =0 |
virtual const index_type & | size () const =0 |
virtual | ~CCopasiAbstractArray () |
This abstract class defines the interface for an n-dimensional array of floats
Definition at line 31 of file CCopasiArray.h.
Definition at line 35 of file CCopasiArray.h.
typedef std::vector<size_t> CCopasiAbstractArray::index_type |
Definition at line 34 of file CCopasiArray.h.
|
inlinevirtual |
Definition at line 39 of file CCopasiArray.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |