VISU.TCGroup Struct Reference

#include <VISU_CorbaMedConvertor.hxx>

Inheritance diagram for VISU.TCGroup:

Inheritance graph

Public Member Functions

TNbASizeCells GetNbASizeCells () const
 Calculate pair of values - number of cells and its size.
virtual vtkIdType GetElemVTKID (vtkIdType theID) const
 Reimplement the TIDMapper.GetElemVTKID.
virtual vtkIdType GetElemObjID (vtkIdType theID) const
 Reimplement the TIDMapper.GetElemObjID.
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)
 Get coordinates of node for corresponding object ID.
virtual vtkCell * GetElemCell (vtkIdType theObjID)
 Get VTK representation of mesh cell for corresponding object ID.
virtual TVTKOutputGetVTKOutput ()=0
 Get VTK representation of mesh for corresponding MED entity.

Data Fields

SALOME_MED::GROUP_var myGroup
TID2ID myElemObj2VTKID
 To support object to VTK number mapping.
TFamilyArr myFamilyArr
 Keeps sequence of TFamily as they were added into TAppendFilter.
PNamedPointCoords myNamedPointCoords
 Share the same instance with TMesh to implement nodal mapping.
TFamilySet myFamilySet
std::string myEntry
 To simplify publication of the object tree.

Member Function Documentation

TNbASizeCells VISU.TGroupImpl::GetNbASizeCells  )  const [inherited]
 

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

Reimplemented from VISU.TIDMapper.

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

Reimplemented from VISU.TIDMapper.

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

Reimplemented from VISU.TIDMapper.

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

Reimplemented from VISU.TIDMapper.

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

Reimplemented in VISU.TProfileImpl, and VISU.TIDMapperFilter.

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

Reimplemented in VISU.TProfileImpl, and VISU.TIDMapperFilter.

virtual TVTKOutput* VISU.TIDMapper.GetVTKOutput  )  [pure virtual, inherited]
 

Implemented in VISU.TAppendFilter, VISU.TMergeFilter, VISU.TProfileImpl, VISU.TIDMapperFilter, VISU.TGaussMeshImpl, and VISU.TFamilyImpl.


Field Documentation

SALOME_MED::GROUP_var VISU.TCGroup.myGroup
 

TID2ID VISU.TGroupImpl.myElemObj2VTKID [inherited]
 

TFamilyArr VISU.TGroupImpl.myFamilyArr [inherited]
 

PNamedPointCoords VISU.TGroupImpl.myNamedPointCoords [inherited]
 

TFamilySet VISU.TGroup.myFamilySet [inherited]
 

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