The file contains declarations for basic interfaces that defines mapping of mesh elements. More...
#include "VISUConvertor.hxx"#include "MED_SharedPtr.hxx"#include "MED_Vector.hxx"#include "VTKViewer.h"#include <string>#include <map>
Go to the source code of this file.
Data Structures | |
| class | VISU.TStructuredId |
| struct | VISU.TStructured |
| struct | VISU.TBaseStructure |
| Defines a basic class for intemediate data structures. More... | |
| struct | VISU.TIDMapper |
| Defines a basic abstract interface for VTK to object ID's and backward mapping. More... | |
| struct | VISU.TUnstructuredGridIDMapper |
| struct | VISU.TNamedIDMapper |
| Defines an abstract interface for VTK to object ID's and backward mapping. More... | |
| struct | VISU.TPolyDataIDMapper |
| struct | VISU.TGaussPtsIDMapper |
Packages | |
| package | VISU |
Typedefs | |
| typedef std::map< vtkIdType, TStructuredId > | VISU.TObj2StructuredId |
| typedef MED::SharedPtr < TObj2StructuredId > | VISU.PObj2StructuredId |
| typedef MED::SharedPtr < TStructured > | VISU.PStructured |
| typedef MED::SharedPtr < TBaseStructure > | VISU.PBaseStructure |
| typedef MED::SharedPtr< TIDMapper > | VISU.PIDMapper |
| typedef MED::SharedPtr < TUnstructuredGridIDMapper > | VISU.PUnstructuredGridIDMapper |
| typedef MED::SharedPtr < TNamedIDMapper > | VISU.PNamedIDMapper |
| typedef MED::SharedPtr < TPolyDataIDMapper > | VISU.PPolyDataIDMapper |
| typedef vtkIdType | VISU.TLocalPntID |
| typedef std::pair< TCellID, TLocalPntID > | VISU.TGaussPointID |
| Defines a type that represent complex ID for defined Gauss Point. | |
| typedef MED::SharedPtr < TGaussPtsIDMapper > | VISU.PGaussPtsIDMapper |