Version: 9.12.0
SMESH::Controls::OverConstrainedVolume Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::OverConstrainedVolume:

Public Member Functions

 OverConstrainedVolume ()
 
virtual Predicateclone () const
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual SMDSAbs_ElementType GetType () const
 
virtual bool IsSatisfy (long theElementId)
 

Protected Attributes

const SMDS_MeshmyMesh
 

Constructor & Destructor Documentation

◆ OverConstrainedVolume()

SMESH::Controls::OverConstrainedVolume::OverConstrainedVolume ( )

Member Function Documentation

◆ clone()

virtual Predicate* SMESH::Controls::OverConstrainedVolume::clone ( ) const
virtual

Reimplemented from SMESH::Controls::Predicate.

◆ GetType()

virtual SMDSAbs_ElementType SMESH::Controls::OverConstrainedVolume::GetType ( ) const
virtual

Implements SMESH::Controls::Predicate.

References SMDSAbs_Volume.

◆ IsSatisfy()

◆ SetMesh()

virtual void SMESH::Controls::OverConstrainedVolume::SetMesh ( const SMDS_Mesh theMesh)
virtual

Field Documentation

◆ myMesh

const SMDS_Mesh* SMESH::Controls::OverConstrainedVolume::myMesh
protected