Version: 8.3.0
SMESH::Controls::TMeshModifTracer Class Reference

Class used to detect mesh modification: IsMeshModified() returns true if a mesh has changed since last calling IsMeshModified() More...

#include <SMESH_ControlsDef.hxx>

Public Member Functions

 TMeshModifTracer ()
 
void SetMesh (const SMDS_Mesh *theMesh)
 
const SMDS_MeshGetMesh () const
 
bool IsMeshModified ()
 

Private Attributes

unsigned long myMeshModifTime
 
const SMDS_MeshmyMesh
 

Detailed Description

Class used to detect mesh modification: IsMeshModified() returns true if a mesh has changed since last calling IsMeshModified()

Constructor & Destructor Documentation

TMeshModifTracer::TMeshModifTracer ( )

Member Function Documentation

Field Documentation

const SMDS_Mesh* SMESH::Controls::TMeshModifTracer::myMesh
private

Referenced by IsMeshModified(), and SetMesh().

unsigned long SMESH::Controls::TMeshModifTracer::myMeshModifTime
private

Referenced by IsMeshModified(), and SetMesh().