#include <VISU_IDMapper.hxx>
Constructor & Destructor Documentation
| VISU.TStructured.TStructured |
( |
| ) |
|
Member Function Documentation
| void VISU.TStructured::CopyStructure |
( |
PStructured |
theStructured | ) |
[virtual] |
| bool VISU.TStructured::IsStructured |
( |
| ) |
const |
Get structure of grille see also MED.TGrilleInfo.GetGrilleStructure see also MED.TGrilleInfo.GetNbIndexes
| vtkIdType VISU.TStructured::GetStructureDim |
( |
| ) |
|
| TStructuredId VISU.TStructured::GetIndexesOfNode |
( |
vtkIdType |
theNodeId | ) |
|
Gets i,j,k by object id return -1, if not found
| vtkIdType VISU.TStructured::GetObjectIDByIndexes |
( |
TStructuredId |
theVec | ) |
|
Gets object id by i,j,k return -1, if not found
Field Documentation
provides grille structure for structured grid. Example: {3,4,5}, 3 nodes in X axe, 4 nodes in Y axe, ...