ThetMatrix2Dstruct represents a variable size 2d Matrix. Use the Matrix2D_... functions to oeprate on this variable sized matrix. This type of data can be used to get/set a program as a list. This is also useful for backwards compatibility functions related to RoKiSim.More...
#include <robodktypes.h>
Public Attributes |
|
double * | 数据 |
Pointer to the data.More... |
|
int * | size |
Pointer to the size array.More... |
|
int | allocatedSize |
Allocated size.More... |
|
int | numDimensions |
Number of dimensions (usually 2)More... |
|
bool | canFreeData |
ThetMatrix2Dstruct represents a variable size 2d Matrix. Use the Matrix2D_... functions to oeprate on this variable sized matrix. This type of data can be used to get/set a program as a list. This is also useful for backwards compatibility functions related to RoKiSim.
Definition at line145of filerobodktypes.h.
int allocatedSize |
Allocated size.
Definition at line153of filerobodktypes.h.
bool canFreeData |
Definition at line158of filerobodktypes.h.
double* data |
Pointer to the data.
Definition at line147of filerobodktypes.h.
int numDimensions |
Number of dimensions (usually 2)
Definition at line156of filerobodktypes.h.
int* size |
Pointer to the size array.
Definition at line150of filerobodktypes.h.