Version: 9.12.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

◆ TVTKIds

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

Constructor & Destructor Documentation

◆ TPolySimulation()

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

◆ ~TPolySimulation()

SMESH::TPolySimulation::~TPolySimulation ( )

Member Function Documentation

◆ ResetGrid()

void SMESH::TPolySimulation::ResetGrid ( bool  theReset = true)

◆ SetPosition()

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

◆ SetVisibility()

Field Documentation

◆ myGrid

vtkUnstructuredGrid* SMESH::TPolySimulation::myGrid
private

◆ myMapper

vtkDataSetMapper* SMESH::TPolySimulation::myMapper
private

◆ myPreviewActor

SALOME_Actor* SMESH::TPolySimulation::myPreviewActor
private

◆ myViewWindow

SVTK_ViewWindow* SMESH::TPolySimulation::myViewWindow
private