SALOME - SMESH
SMESH::Controls::BadOrientedVolume Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::BadOrientedVolume:
Inheritance graph
Collaboration diagram for SMESH::Controls::BadOrientedVolume:
Collaboration graph

Public Member Functions

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

Protected Attributes

const SMDS_MeshmyMesh
 

Detailed Description

Definition at line 342 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ BadOrientedVolume()

SMESH::Controls::BadOrientedVolume::BadOrientedVolume ( )

Member Function Documentation

◆ SetMesh()

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

◆ IsSatisfy()

virtual bool SMESH::Controls::BadOrientedVolume::IsSatisfy ( long  theElementId)
virtual

◆ GetType()

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

Field Documentation

◆ myMesh

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

Definition at line 350 of file SMESH_ControlsDef.hxx.