Version: 9.16.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::TMeshModifTracer ( )

Member Function Documentation

◆ GetMesh()

◆ IsMeshModified()

◆ SetMesh()

Field Documentation

◆ myMesh

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

Referenced by IsMeshModified(), and SetMesh().

◆ myMeshModifTime

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

Referenced by IsMeshModified(), and SetMesh().