Gather utilities for the multibody system that are not requires for computation. More...
#include <mbs_data.h>
Public Attributes | |
| char ** | joint_names |
More... | |
| char ** | body_names |
More... | |
| char ** | point_names |
More... | |
| char ** | sensor_names |
More... | |
| char ** | extforce_names |
More... | |
| char ** | link_names |
More... | |
| char ** | link3D_names |
More... | |
| char ** | ball_names |
More... | |
| char ** | solid_names |
More... | |
| char ** | rod_names |
More... | |
Gather utilities for the multibody system that are not requires for computation.
The responsible for memory cleaning must be noted in the docstring.
| char** ball_names |
Pointer to the list of ball constraint names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::n_ball
| char** body_names |
Pointer to the list of body names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::njoint
| char** extforce_names |
Pointer to the list of external force names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::Nxfrc
| char** joint_names |
Pointer to the list of joint names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::njoint
| char** link3D_names |
Pointer to the list of link3D force names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::Nlink3D
| char** link_names |
Pointer to the list of link force names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::Nlink
| char** point_names |
Pointer to the list of point names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::npt
| char** rod_names |
Pointer to the list of rod constraint names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::n_rod
| char** sensor_names |
Pointer to the list of sensor names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::Nsensor
| char** solid_names |
Pointer to the list of solid constraint names.
The memory is static and must not be freed. First index (0) is not a name. Last index is the MbsData::n_solid
1.8.17