VISU.TCProfile Struct Reference

#include <VISU_CorbaMedConvertor.hxx>

Inheritance diagram for VISU.TCProfile:

Inheritance graph

Public Member Functions

virtual vtkIdType GetNodeObjID (vtkIdType theID) const
 Reimplement the TIDMapper.GetNodeObjID.
virtual vtkIdType GetNodeVTKID (vtkIdType theID) const
 Reimplement the TIDMapper.GetNodeVTKID.
virtual vtkFloatingPointType * GetNodeCoord (vtkIdType theObjID)
 Reimplement the TIDMapper.GetNodeCoord.
virtual vtkIdType GetElemObjID (vtkIdType theID) const
 Reimplement the TIDMapper.GetElemObjID.
virtual vtkIdType GetElemVTKID (vtkIdType theID) const
 Reimplement the TIDMapper.GetElemVTKID.
virtual vtkCell * GetElemCell (vtkIdType theObjID)
 Reimplement the TIDMapper.GetElemCell.
virtual TVTKOutputGetVTKOutput ()
 Reimplement the TIDMapper.GetVTKOutput.
virtual std::string GetNodeName (vtkIdType theObjID) const
 Reimplement the TNamedIDMapper.GetNodeName.
virtual std::string GetElemName (vtkIdType theObjID) const
 Reimplement the TNamedIDMapper.GetElemName.

Data Fields

bool myIsAll
 Say, whether the MED TIMESTAMP defined on all MED ENTITY or not.
TID2ID myElemObj2VTKID
 Keeps object to VTK numeration mapping.
TSubProfileArr mySubProfileArr
 Keeps sequence of TSubProfiles as they were added into TAppendFilter.
PNamedPointCoords myNamedPointCoords
 Keeps reference on the same TNamedPointCoords as TMesh.
TMeshOnEntityImplmyMeshOnEntity
TSource mySource
 Keeps VTK representation of the MED TIMESTAMP mesh.
TGeom2SubProfile myGeom2SubProfile
 Keeps TSubProfiles according to their geometrical type.
std::string myEntry
 To simplify publication of the object tree.

Member Function Documentation

vtkIdType VISU.TProfileImpl::GetNodeObjID vtkIdType  theID  )  const [virtual, inherited]
 

Reimplemented from VISU.TIDMapper.

vtkIdType VISU.TProfileImpl::GetNodeVTKID vtkIdType  theID  )  const [virtual, inherited]
 

Reimplemented from VISU.TIDMapper.

vtkFloatingPointType * VISU.TProfileImpl::GetNodeCoord vtkIdType  theObjID  )  [virtual, inherited]
 

Reimplemented from VISU.TIDMapper.

vtkIdType VISU.TProfileImpl::GetElemObjID vtkIdType  theID  )  const [virtual, inherited]
 

Reimplemented from VISU.TIDMapper.

vtkIdType VISU.TProfileImpl::GetElemVTKID vtkIdType  theID  )  const [virtual, inherited]
 

Reimplemented from VISU.TIDMapper.

vtkCell * VISU.TProfileImpl::GetElemCell vtkIdType  theObjID  )  [virtual, inherited]
 

Reimplemented from VISU.TIDMapper.

TVTKOutput * VISU.TProfileImpl::GetVTKOutput  )  [virtual, inherited]
 

Reimplemented from VISU.TAppendFilter.

std::string VISU.TProfileImpl::GetNodeName vtkIdType  theObjID  )  const [virtual, inherited]
 

Implements VISU.TNamedIDMapper.

std::string VISU.TProfileImpl::GetElemName vtkIdType  theObjID  )  const [virtual, inherited]
 

Implements VISU.TNamedIDMapper.


Field Documentation

bool VISU.TProfileImpl.myIsAll [inherited]
 

TID2ID VISU.TProfileImpl.myElemObj2VTKID [inherited]
 

TSubProfileArr VISU.TProfileImpl.mySubProfileArr [inherited]
 

PNamedPointCoords VISU.TProfileImpl.myNamedPointCoords [inherited]
 

TMeshOnEntityImpl* VISU.TProfileImpl.myMeshOnEntity [inherited]
 

TSource VISU.TProfileImpl.mySource [inherited]
 

TGeom2SubProfile VISU.TProfileImpl.myGeom2SubProfile [inherited]
 

std::string VISU.TBaseStructure.myEntry [inherited]