|
SALOME - SMESH
|
#include <SMDS_MeshNode.hxx>


Public Member Functions | |
| SMDS_MeshNode (double x, double y, double z) | |
| void | Print (std::ostream &OS) const |
| double | X () const |
| double | Y () const |
| double | Z () const |
| void | AddInverseElement (const SMDS_MeshElement *ME) |
| void | RemoveInverseElement (const SMDS_MeshElement *parent) |
| void | ClearInverseElements () |
| bool | emptyInverseElements () |
| SMDS_ElemIteratorPtr | GetInverseElementIterator (SMDSAbs_ElementType type=SMDSAbs_All) const |
| int | NbInverseElements (SMDSAbs_ElementType type=SMDSAbs_All) const |
| void | SetPosition (const SMDS_PositionPtr &aPos) |
| const SMDS_PositionPtr & | GetPosition () const |
| SMDSAbs_ElementType | GetType () const |
| Return the type of the current element. More... | |
| SMDSAbs_EntityType | GetEntityType () const |
| Return type of entity. More... | |
| int | NbNodes () const |
| void | setXYZ (double x, double y, double z) |
| virtual const SMDS_MeshNode * | GetNode (const int) const |
| Return node by its index. More... | |
| SMDS_ElemIteratorPtr | nodesIterator () const |
| SMDS_ElemIteratorPtr | edgesIterator () const |
| SMDS_ElemIteratorPtr | facesIterator () const |
| virtual int | NbEdges () const |
| virtual int | NbFaces () 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 | |
| double | myX |
| double | myY |
| double | myZ |
| SMDS_PositionPtr | myPosition |
| NCollection_List< const SMDS_MeshElement * > | myInverseElements |
Friends | |
| bool | operator< (const SMDS_MeshNode &e1, const SMDS_MeshNode &e2) |
Definition at line 35 of file SMDS_MeshNode.hxx.
| SMDS_MeshNode::SMDS_MeshNode | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
|
virtual |
Reimplemented from SMDS_MeshElement.
| double SMDS_MeshNode::X | ( | ) | const |
| double SMDS_MeshNode::Y | ( | ) | const |
| double SMDS_MeshNode::Z | ( | ) | const |
| void SMDS_MeshNode::AddInverseElement | ( | const SMDS_MeshElement * | ME | ) |
| void SMDS_MeshNode::RemoveInverseElement | ( | const SMDS_MeshElement * | parent | ) |
| void SMDS_MeshNode::ClearInverseElements | ( | ) |
| bool SMDS_MeshNode::emptyInverseElements | ( | ) |
| SMDS_ElemIteratorPtr SMDS_MeshNode::GetInverseElementIterator | ( | SMDSAbs_ElementType | type = SMDSAbs_All | ) | const |
| int SMDS_MeshNode::NbInverseElements | ( | SMDSAbs_ElementType | type = SMDSAbs_All | ) | const |
| void SMDS_MeshNode::SetPosition | ( | const SMDS_PositionPtr & | aPos | ) |
| const SMDS_PositionPtr& SMDS_MeshNode::GetPosition | ( | ) | const |
|
virtual |
Return the type of the current element.
Implements SMDS_MeshElement.
|
virtual |
Return type of entity.
Implements SMDS_MeshElement.
Definition at line 53 of file SMDS_MeshNode.hxx.
References SMDSEntity_Node.
|
virtual |
Reimplemented from SMDS_MeshElement.
| void SMDS_MeshNode::setXYZ | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
|
virtual |
Return node by its index.
| ind | - node index |
| const | SMDS_MeshNode* - the node |
Reimplemented from SMDS_MeshElement.
Definition at line 63 of file SMDS_MeshNode.hxx.
|
protectedvirtual |
Reimplemented from SMDS_MeshElement.
|
inherited |
|
inherited |
|
inherited |
|
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().

|
virtualinherited |
Reimplemented in SMDS_QuadraticVolumeOfNodes, SMDS_QuadraticFaceOfNodes, and SMDS_QuadraticEdge.
|
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 |
|
friend |
|
private |
Definition at line 70 of file SMDS_MeshNode.hxx.
|
private |
Definition at line 70 of file SMDS_MeshNode.hxx.
|
private |
Definition at line 70 of file SMDS_MeshNode.hxx.
|
private |
Definition at line 71 of file SMDS_MeshNode.hxx.
|
private |
Definition at line 72 of file SMDS_MeshNode.hxx.