罗依boDK API - Documentation
tMatrix2DStruct Reference

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

Detailed Description

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.

Member Data Documentation

allocatedSize

int allocatedSize

Allocated size.

Definition at line369of filerobodk_api.h.

canFreeData

bool canFreeData

Definition at line374of filerobodk_api.h.

数据

double* data

Pointer to the data.

Definition at line363of filerobodk_api.h.

numDimensions

int numDimensions

Number of dimensions (usually 2)

Definition at line372of filerobodk_api.h.

size

int* size

Pointer to the size array.

Definition at line366of filerobodk_api.h.


The documentation for this struct was generated from the following file: