|
SALOME - SMESH
|
Structure containing node relative data. More...
#include <StdMeshers_Prism_3D.hxx>

Public Member Functions | |
| gp_XYZ | GetCoords () const |
| gp_XYZ | GetParams () const |
| gp_XYZ & | ChangeParams () |
| bool | HasParams () const |
| SMDS_TypeOfPosition | GetPositionType () const |
| bool | IsNeighbor (const TNode &other) const |
| TNode (const SMDS_MeshNode *node=0) | |
| bool | operator< (const TNode &other) const |
Data Fields | |
| const SMDS_MeshNode * | myNode |
| gp_XYZ | myParams |
Structure containing node relative data.
Definition at line 73 of file StdMeshers_Prism_3D.hxx.
| TNode::TNode | ( | const SMDS_MeshNode * | node = 0 | ) |
Definition at line 86 of file StdMeshers_Prism_3D.hxx.
| gp_XYZ TNode::GetCoords | ( | ) | const |
Definition at line 78 of file StdMeshers_Prism_3D.hxx.
References SMDS_MeshNode::X(), SMDS_MeshNode::Y(), and SMDS_MeshNode::Z().

| gp_XYZ TNode::GetParams | ( | ) | const |
Definition at line 79 of file StdMeshers_Prism_3D.hxx.
References myParams.
| gp_XYZ& TNode::ChangeParams | ( | ) |
Definition at line 80 of file StdMeshers_Prism_3D.hxx.
References myParams.
| bool TNode::HasParams | ( | ) | const |
Definition at line 81 of file StdMeshers_Prism_3D.hxx.
| SMDS_TypeOfPosition TNode::GetPositionType | ( | ) | const |
Definition at line 82 of file StdMeshers_Prism_3D.hxx.
References SMDS_MeshNode::GetPosition(), and SMDS_TOP_UNSPEC.

| bool TNode::IsNeighbor | ( | const TNode & | other | ) | const |
| bool TNode::operator< | ( | const TNode & | other | ) | const |
Definition at line 87 of file StdMeshers_Prism_3D.hxx.
References SMDS_MeshElement::GetID(), and myNode.

| const SMDS_MeshNode* TNode::myNode |
Definition at line 75 of file StdMeshers_Prism_3D.hxx.
Referenced by operator<().
| gp_XYZ TNode::myParams |
Definition at line 76 of file StdMeshers_Prism_3D.hxx.
Referenced by ChangeParams(), and GetParams().