SMESH.Controls.BadOrientedVolume Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH.Controls.BadOrientedVolume:

Inheritance 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

Constructor & Destructor Documentation

BadOrientedVolume::BadOrientedVolume  ) 
 


Member Function Documentation

void BadOrientedVolume::SetMesh const SMDS_Mesh theMesh  )  [virtual]
 

Implements SMESH.Controls.Functor.

bool BadOrientedVolume::IsSatisfy long  theElementId  )  [virtual]
 

Implements SMESH.Controls.Predicate.

SMDSAbs_ElementType BadOrientedVolume::GetType  )  const [virtual]
 

Implements SMESH.Controls.Predicate.


Field Documentation

const SMDS_Mesh* SMESH.Controls.BadOrientedVolume.myMesh [protected]