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 <robodk_api.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 line361of filerobodk_api.h.
int allocatedSize |
Allocated size.
Definition at line369of filerobodk_api.h.
bool canFreeData |
Definition at line374of filerobodk_api.h.
double* data |
Pointer to the data.
Definition at line363of filerobodk_api.h.
int numDimensions |
Number of dimensions (usually 2)
Definition at line372of filerobodk_api.h.
int* size |
Pointer to the size array.
Definition at line366of filerobodk_api.h.