src/CONVERTOR/VISU_IDMapper.hxx File Reference

The file contains declarations for basic interfaces that defines mapping of mesh elements. More...

#include "MED_SharedPtr.hxx"
#include "MED_Vector.hxx"
#include "VTKViewer.h"
#include <string>
#include <map>

Include dependency graph for VISU_IDMapper.hxx:

Go to the source code of this file.

Namespaces

namespace  VISU

Data Structures

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.TNamedIDMapper
 Defines an abstract interface for VTK to object ID's and backward mapping. More...
struct  VISU.TGaussPtsIDMapper

Typedefs

typedef TVector< vtkIdType > VISU.TIdTypeVector
typedef std::map< vtkIdType,
TIdTypeVector
VISU.TObj2IdTypeVector
typedef SharedPtr< TBaseStructure > VISU.PBaseStructure
typedef vtkUnstructuredGrid VISU.TVTKOutput
typedef SharedPtr< TIDMapper > VISU.PIDMapper
typedef SharedPtr< TNamedIDMapper > VISU.PNamedIDMapper
typedef vtkIdType VISU.TCellID
typedef vtkIdType VISU.TLocalPntID
typedef std::pair< TCellID,
TLocalPntID
VISU.TGaussPointID
 Defines a type that represent complex ID for defined Gauss Point.
typedef SharedPtr< TGaussPtsIDMapper > VISU.PGaussPtsIDMapper


Detailed Description