SALOME - SMESH
|
#include <SMDS_MeshFace.hxx>
Public Member Functions | |
SMDSAbs_ElementType | GetType () const |
Return the type of the current element. More... | |
SMDS_ElemIteratorPtr | nodesIterator () const |
SMDS_ElemIteratorPtr | edgesIterator () const |
SMDS_ElemIteratorPtr | facesIterator () const |
virtual SMDS_ElemIteratorPtr | elementsIterator (SMDSAbs_ElementType type) const |
virtual int | NbNodes () const |
virtual int | NbEdges () const |
virtual int | NbFaces () const |
int | GetID () const |
virtual bool | IsPoly () const |
virtual bool | IsQuadratic () const |
virtual SMDSAbs_EntityType | GetEntityType () const =0 |
Return type of entity. More... | |
virtual bool | IsMediumNode (const SMDS_MeshNode *node) const |
virtual const SMDS_MeshNode * | GetNode (const int ind) const |
Return node by its index. More... | |
const SMDS_MeshNode * | GetNodeWrap (const int ind) const |
Return node by its index. More... | |
virtual bool | IsValidIndex (const int ind) const |
Return true if index of node is valid (0 <= ind < NbNodes()) More... | |
int | WrappedIndex (const int ind) const |
Return a valid node index, fixing the given one if necessary. More... | |
int | GetNodeIndex (const SMDS_MeshNode *node) const |
Check if a node belongs to the element. More... | |
Protected Member Functions | |
virtual void | Print (std::ostream &OS) const |
Definition at line 33 of file SMDS_MeshFace.hxx.
|
virtual |
Return the type of the current element.
Implements SMDS_MeshElement.
Reimplemented in SMDS_PolygonalFaceOfNodes.
|
inherited |
|
inherited |
|
inherited |
|
virtualinherited |
|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_VolumeOfNodes, SMDS_QuadraticFaceOfNodes, SMDS_MeshNode, SMDS_PolygonalFaceOfNodes, SMDS_FaceOfEdges, SMDS_FaceOfNodes, SMDS_PolyhedralVolumeOfNodes, SMDS_QuadraticEdge, SMDS_MeshEdge, and SMDS_Mesh0DElement.
Referenced by SMDS_MeshInfo::add(), and SMDS_MeshInfo::remove().
|
virtualinherited |
|
virtualinherited |
|
inherited |
Referenced by TIDCompare::operator()(), TNode::operator<(), and SMESH_TLink::SMESH_TLink().
|
virtualinherited |
Reimplemented in SMDS_PolygonalFaceOfNodes, and SMDS_PolyhedralVolumeOfNodes.
Definition at line 65 of file SMDS_MeshElement.hxx.
Referenced by SMDS_MeshInfo::RemoveFace(), and SMDS_MeshInfo::RemoveVolume().
|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticEdge.
Referenced by SMDS_MeshInfo::RemoveEdge().
|
pure virtualinherited |
Return type of entity.
Implemented in SMDS_QuadraticVolumeOfNodes, SMDS_VolumeOfNodes, SMDS_FaceOfNodes, SMDS_VolumeOfFaces, SMDS_MeshNode, SMDS_QuadraticFaceOfNodes, SMDS_QuadraticEdge, SMDS_FaceOfEdges, SMDS_MeshEdge, SMDS_Mesh0DElement, SMDS_PolygonalFaceOfNodes, and SMDS_PolyhedralVolumeOfNodes.
|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticEdge.
|
virtualinherited |
Return node by its index.
ind | - node index |
const | SMDS_MeshNode* - the node |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_VolumeOfNodes, SMDS_QuadraticFaceOfNodes, SMDS_PolyhedralVolumeOfNodes, SMDS_MeshNode, SMDS_PolygonalFaceOfNodes, SMDS_FaceOfEdges, SMDS_FaceOfNodes, SMDS_MeshEdge, and SMDS_Mesh0DElement.
|
inherited |
Return node by its index.
ind | - node index |
const | SMDS_MeshNode* - the node |
Index is wrapped if it is out of a valid range
Definition at line 92 of file SMDS_MeshElement.hxx.
|
virtualinherited |
Return true if index of node is valid (0 <= ind < NbNodes())
ind | - node index |
bool | - index check result |
Return a valid node index, fixing the given one if necessary.
ind | - node index |
int | - valid node index |
Definition at line 106 of file SMDS_MeshElement.hxx.
|
inherited |
Check if a node belongs to the element.
node | - the node to check |
int | - node index within the element, -1 if not found |
|
protectedvirtualinherited |