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 () const |
bool | HasParams () const |
SMDS_TypeOfPosition | GetPositionType () const |
bool | IsNeighbor (const TNode &other) const |
Return true if this node and other one belong to one face. More... | |
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.
Prism_3D::TNode::TNode | ( | const SMDS_MeshNode * | node = 0 | ) |
gp_XYZ& Prism_3D::TNode::ChangeParams | ( | ) | const |
References myParams.
Referenced by StdMeshers_Prism_3D::compute(), and StdMeshers_Prism_3D::projectBottomToTop().
gp_XYZ Prism_3D::TNode::GetCoords | ( | ) | const |
References myNode, SMDS_MeshNode::X(), SMDS_MeshNode::Y(), and SMDS_MeshNode::Z().
Referenced by StdMeshers_Prism_3D::compute(), and StdMeshers_Prism_3D::projectBottomToTop().
gp_XYZ Prism_3D::TNode::GetParams | ( | ) | const |
References myParams.
Referenced by StdMeshers_Prism_3D::compute(), and StdMeshers_Prism_3D::projectBottomToTop().
SMDS_TypeOfPosition Prism_3D::TNode::GetPositionType | ( | ) | const |
References SMDS_MeshNode::GetPosition(), SMDS_Position::GetTypeOfPosition(), myNode, and SMDS_TOP_UNSPEC.
Referenced by StdMeshers_Prism_3D::compute().
bool Prism_3D::TNode::HasParams | ( | ) | const |
References myParams.
Referenced by StdMeshers_Prism_3D::compute().
Return true if this node and other one belong to one face.
References SMDS_MeshNode::GetInverseElementIterator(), myNode, and SMDSAbs_Face.
Referenced by StdMeshers_Prism_3D::compute(), and StdMeshers_Prism_3D::projectBottomToTop().
References SMDS_MeshElement::GetID(), and myNode.
const SMDS_MeshNode* Prism_3D::TNode::myNode |
Referenced by StdMeshers_Prism_3D::compute(), GetCoords(), GetPositionType(), IsNeighbor(), and operator<().
|
mutable |
Referenced by ChangeParams(), GetParams(), and HasParams().