|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <sparsearray.h>


Classes | |
| class | ArrayElement |
Public Member Functions | |
| SparseArray (I arraySize) | |
| virtual | ~SparseArray () |
| virtual void | reallocate (I arraySize) |
| virtual I | size () |
| ArrayElement & | operator[] (const I index) |
| virtual long | getRealSize () |
| sets the data (row-wise). More... | |
Protected Member Functions | |
| virtual void | allocate () |
| virtual void | freeData () |
Protected Attributes | |
| ArrayElement | elementDummy |
| I | arraySize |
| set of all array values More... | |
| HashMap< I, D * > * | hashData |
|
inline |
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlinevirtual |
sets the data (row-wise).
| _data | if null then matrix elements are set to zero otherwise the field MUST have the length should be getSize() |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
set of all array values
|
protected |