This class gathers asm instance related datas. Only Part or Asm has to be filled. More...
Public Member Functions | |
Dtk_mesh_instance (Dtk_mesh_asm_node *, Dtk_matrix *) | |
Constructor with Asm node and a matrix. More... | |
Dtk_mesh_instance (Dtk_mesh_part *, Dtk_matrix *) | |
constructor with Part node and a matrix More... | |
Dtk_bool | is_asm () |
Return true if asm is filled. More... | |
Dtk_bool | is_mesh () |
Return true if mesh is filled. More... | |
~Dtk_mesh_instance () | |
Destructor. More... | |
Data Fields | |
Dtk_mesh_asm_node * | Asm |
Asm node to be written. More... | |
int | id |
Dtk_matrix * | Matrix |
Transformation matrix. More... | |
Dtk_mesh_part * | Mesh |
Part node to be written. More... | |
This class gathers asm instance related datas. Only Part or Asm has to be filled.
Dtk_mesh_instance::Dtk_mesh_instance | ( | Dtk_mesh_part * | , |
Dtk_matrix * | |||
) |
constructor with Part node and a matrix
Dtk_mesh_instance::Dtk_mesh_instance | ( | Dtk_mesh_asm_node * | , |
Dtk_matrix * | |||
) |
Constructor with Asm node and a matrix.
Dtk_mesh_instance::~Dtk_mesh_instance | ( | ) |
Destructor.
Dtk_bool Dtk_mesh_instance::is_asm | ( | ) |
Return true if asm is filled.
Dtk_bool Dtk_mesh_instance::is_mesh | ( | ) |
Return true if mesh is filled.
Dtk_mesh_asm_node* Dtk_mesh_instance::Asm |
Asm node to be written.
int Dtk_mesh_instance::id |
Dtk_matrix* Dtk_mesh_instance::Matrix |
Transformation matrix.
Dtk_mesh_part* Dtk_mesh_instance::Mesh |
Part node to be written.