#include <meshcon.h>
Public Member Functions | |
| MeshConnectionsClass (DynamicVectorClass< GeometryExportTaskClass * > sub_objects, GeometryExportContextClass &context) | |
| ~MeshConnectionsClass (void) | |
| const char * | Get_Name (void) const |
| int | Get_Sub_Object_Count (void) const |
| int | Get_Aggregate_Count (void) const |
| int | Get_Proxy_Count (void) const |
| bool | Get_Sub_Object_Data (int index, char **out_name, int *out_boneindex, INode **out_inode=NULL) |
| bool | Get_Aggregate_Data (int index, char **out_name, int *out_boneindex, INode **out_inode=NULL) |
| bool | Get_Proxy_Data (int index, char **out_name, int *out_boneindex, INode **out_inode=NULL) |
| INode * | Get_Origin (void) const |
MeshConnectionsClass This class is the description of a hierarchical model. It contains an array of "ConnectionStructs" which associate pieces of geometry with nodes in a hierarchy tree.
| MeshConnectionsClass::MeshConnectionsClass | ( | DynamicVectorClass< GeometryExportTaskClass * > | sub_objects, |
| GeometryExportContextClass & | context ) |
Definition at line 63 of file meshcon.cpp.
| MeshConnectionsClass::~MeshConnectionsClass | ( | void | ) |
Definition at line 113 of file meshcon.cpp.
|
inline |
| bool MeshConnectionsClass::Get_Aggregate_Data | ( | int | index, |
| char ** | out_name, | ||
| int * | out_boneindex, | ||
| INode ** | out_inode = NULL ) |
Definition at line 158 of file meshcon.cpp.
|
inline |
|
inline |
|
inline |
| bool MeshConnectionsClass::Get_Proxy_Data | ( | int | index, |
| char ** | out_name, | ||
| int * | out_boneindex, | ||
| INode ** | out_inode = NULL ) |
Definition at line 186 of file meshcon.cpp.
|
inline |
| bool MeshConnectionsClass::Get_Sub_Object_Data | ( | int | index, |
| char ** | out_name, | ||
| int * | out_boneindex, | ||
| INode ** | out_inode = NULL ) |
Definition at line 130 of file meshcon.cpp.