SALOME - SMESH
|
#include <SMDS_FaceOfNodes.hxx>
Public Member Functions | |
void | Print (std::ostream &OS) const |
SMDS_FaceOfNodes (const SMDS_MeshNode *node1, const SMDS_MeshNode *node2, const SMDS_MeshNode *node3) | |
SMDS_FaceOfNodes (const SMDS_MeshNode *node1, const SMDS_MeshNode *node2, const SMDS_MeshNode *node3, const SMDS_MeshNode *node4) | |
bool | ChangeNodes (const SMDS_MeshNode *nodes[], const int nbNodes) |
int | NbEdges () const |
int | NbFaces () const |
int | NbNodes () const |
virtual const SMDS_MeshNode * | GetNode (const int ind) const |
Return node by its index. More... | |
virtual SMDSAbs_EntityType | GetEntityType () const |
Return type of entity. More... | |
SMDSAbs_ElementType | GetType () const |
Return the type of the current element. More... | |
SMDS_ElemIteratorPtr | nodesIterator () const |
SMDS_ElemIteratorPtr | edgesIterator () const |
SMDS_ElemIteratorPtr | facesIterator () const |
int | GetID () const |
virtual bool | IsPoly () const |
virtual bool | IsQuadratic () const |
virtual bool | IsMediumNode (const SMDS_MeshNode *node) const |
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 | |
SMDS_ElemIteratorPtr | elementsIterator (SMDSAbs_ElementType type) const |
Private Attributes | |
const SMDS_MeshNode * | myNodes [4] |
int | myNbNodes |
Definition at line 35 of file SMDS_FaceOfNodes.hxx.
SMDS_FaceOfNodes::SMDS_FaceOfNodes | ( | const SMDS_MeshNode * | node1, |
const SMDS_MeshNode * | node2, | ||
const SMDS_MeshNode * | node3 | ||
) |
SMDS_FaceOfNodes::SMDS_FaceOfNodes | ( | const SMDS_MeshNode * | node1, |
const SMDS_MeshNode * | node2, | ||
const SMDS_MeshNode * | node3, | ||
const SMDS_MeshNode * | node4 | ||
) |
|
virtual |
Reimplemented from SMDS_MeshElement.
bool SMDS_FaceOfNodes::ChangeNodes | ( | const SMDS_MeshNode * | nodes[], |
const int | nbNodes | ||
) |
|
virtual |
Reimplemented from SMDS_MeshElement.
|
virtual |
Reimplemented from SMDS_MeshElement.
|
virtual |
Reimplemented from SMDS_MeshElement.
|
virtual |
Return node by its index.
ind | - node index |
const | SMDS_MeshNode* - the node |
Reimplemented from SMDS_MeshElement.
|
virtual |
Return type of entity.
Implements SMDS_MeshElement.
|
protectedvirtual |
Reimplemented from SMDS_MeshElement.
|
virtualinherited |
Return the type of the current element.
Implements SMDS_MeshElement.
Reimplemented in SMDS_PolygonalFaceOfNodes.
|
inherited |
|
inherited |
|
inherited |
|
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.
References SMDS_MeshElementIDFactory::BindID(), and SMDS_EXPORT.
Referenced by SMDS_MeshInfo::RemoveFace(), and SMDS_MeshInfo::RemoveVolume().
|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticEdge.
Referenced by SMDS_MeshInfo::RemoveEdge().
|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticEdge.
Referenced by SMDS_QuadraticEdge::IsQuadratic(), SMDS_QuadraticFaceOfNodes::IsQuadratic(), and SMDS_QuadraticVolumeOfNodes::IsQuadratic().
|
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 |
|
private |
Definition at line 66 of file SMDS_FaceOfNodes.hxx.
|
private |
Definition at line 67 of file SMDS_FaceOfNodes.hxx.