Version: 9.12.0
SMESH::Controls::BadOrientedVolume Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::BadOrientedVolume:

Public Member Functions

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

Protected Attributes

const SMDS_MeshmyMesh
 

Constructor & Destructor Documentation

◆ BadOrientedVolume()

BadOrientedVolume::BadOrientedVolume ( )

Member Function Documentation

◆ clone()

◆ GetType()

SMDSAbs_ElementType BadOrientedVolume::GetType ( ) const
virtual

Implements SMESH::Controls::Predicate.

References SMDSAbs_Volume.

◆ IsSatisfy()

◆ SetMesh()

void BadOrientedVolume::SetMesh ( const SMDS_Mesh theMesh)
virtual

Field Documentation

◆ myMesh

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