Version: 8.3.0
SMESH::TPolySimulation Class Reference

Public Types

typedef std::vector< vtkIdType > TVTKIds
 

Public Member Functions

 TPolySimulation (SalomeApp_Application *app)
 
void SetPosition (SMESH_Actor *theActor, vtkIdType theType, const TVTKIds &theIds, bool theReset=true)
 
void ResetGrid (bool theReset=true)
 
void SetVisibility (bool theVisibility)
 
 ~TPolySimulation ()
 

Private Attributes

SVTK_ViewWindow * myViewWindow
 
SALOME_ActormyPreviewActor
 
vtkDataSetMapper * myMapper
 
vtkUnstructuredGridmyGrid
 

Member Typedef Documentation

typedef std::vector<vtkIdType> SMESH::TPolySimulation::TVTKIds

Constructor & Destructor Documentation

SMESH::TPolySimulation::TPolySimulation ( SalomeApp_Application *  app)
SMESH::TPolySimulation::~TPolySimulation ( )

Member Function Documentation

void SMESH::TPolySimulation::ResetGrid ( bool  theReset = true)
void SMESH::TPolySimulation::SetPosition ( SMESH_Actor theActor,
vtkIdType  theType,
const TVTKIds theIds,
bool  theReset = true 
)

Field Documentation

vtkUnstructuredGrid* SMESH::TPolySimulation::myGrid
private
vtkDataSetMapper* SMESH::TPolySimulation::myMapper
private
SALOME_Actor* SMESH::TPolySimulation::myPreviewActor
private
SVTK_ViewWindow* SMESH::TPolySimulation::myViewWindow
private