SALOME - SMESH
SMESH::Controls::ElemGeomType Class Reference

#include <SMESH_ControlsDef.hxx>

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

Public Member Functions

 ElemGeomType ()
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual bool IsSatisfy (long theElementId)
 
void SetType (SMDSAbs_ElementType theType)
 
virtual SMDSAbs_ElementType GetType () const
 
void SetGeomType (SMDSAbs_GeometryType theType)
 
virtual SMDSAbs_GeometryType GetGeomType () const
 

Private Attributes

const SMDS_MeshmyMesh
 
SMDSAbs_ElementType myType
 
SMDSAbs_GeometryType myGeomType
 

Detailed Description

Definition at line 769 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ ElemGeomType()

SMESH::Controls::ElemGeomType::ElemGeomType ( )

Member Function Documentation

◆ SetMesh()

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

◆ IsSatisfy()

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

◆ SetType()

void SMESH::Controls::ElemGeomType::SetType ( SMDSAbs_ElementType  theType)

◆ GetType()

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

◆ SetGeomType()

void SMESH::Controls::ElemGeomType::SetGeomType ( SMDSAbs_GeometryType  theType)

◆ GetGeomType()

virtual SMDSAbs_GeometryType SMESH::Controls::ElemGeomType::GetGeomType ( ) const
virtual

Field Documentation

◆ myMesh

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

Definition at line 780 of file SMESH_ControlsDef.hxx.

◆ myType

SMDSAbs_ElementType SMESH::Controls::ElemGeomType::myType
private

Definition at line 781 of file SMESH_ControlsDef.hxx.

◆ myGeomType

SMDSAbs_GeometryType SMESH::Controls::ElemGeomType::myGeomType
private

Definition at line 782 of file SMESH_ControlsDef.hxx.