SALOME - SMESH
StdMeshers_TNode Class Reference

#include <StdMeshers_Penta_3D.hxx>

Collaboration diagram for StdMeshers_TNode:
Collaboration graph

Public Member Functions

 StdMeshers_TNode ()
 
void SetNode (const SMDS_MeshNode *theNode)
 
const SMDS_MeshNodeNode () const
 
void SetShapeSupportID (const int theID)
 
int ShapeSupportID () const
 
void SetNormCoord (const gp_XYZ &theXYZ)
 
const gp_XYZ & NormCoord () const
 
void SetBaseNodeID (const int theID)
 
int BaseNodeID () const
 

Private Attributes

SMDS_MeshNodemyNode
 
int myShapeSupportID
 
gp_XYZ myXYZ
 
int myBaseNodeID
 

Detailed Description

Definition at line 112 of file StdMeshers_Penta_3D.hxx.

Constructor & Destructor Documentation

◆ StdMeshers_TNode()

StdMeshers_TNode::StdMeshers_TNode ( )

Definition at line 116 of file StdMeshers_Penta_3D.hxx.

Member Function Documentation

◆ SetNode()

void StdMeshers_TNode::SetNode ( const SMDS_MeshNode theNode)

Definition at line 123 of file StdMeshers_Penta_3D.hxx.

◆ Node()

const SMDS_MeshNode* StdMeshers_TNode::Node ( ) const

Definition at line 127 of file StdMeshers_Penta_3D.hxx.

◆ SetShapeSupportID()

void StdMeshers_TNode::SetShapeSupportID ( const int  theID)

Definition at line 131 of file StdMeshers_Penta_3D.hxx.

◆ ShapeSupportID()

int StdMeshers_TNode::ShapeSupportID ( ) const

Definition at line 135 of file StdMeshers_Penta_3D.hxx.

◆ SetNormCoord()

void StdMeshers_TNode::SetNormCoord ( const gp_XYZ &  theXYZ)

Definition at line 139 of file StdMeshers_Penta_3D.hxx.

◆ NormCoord()

const gp_XYZ& StdMeshers_TNode::NormCoord ( ) const

Definition at line 143 of file StdMeshers_Penta_3D.hxx.

◆ SetBaseNodeID()

void StdMeshers_TNode::SetBaseNodeID ( const int  theID)

Definition at line 147 of file StdMeshers_Penta_3D.hxx.

◆ BaseNodeID()

int StdMeshers_TNode::BaseNodeID ( ) const

Definition at line 151 of file StdMeshers_Penta_3D.hxx.

Field Documentation

◆ myNode

SMDS_MeshNode* StdMeshers_TNode::myNode
private

Definition at line 156 of file StdMeshers_Penta_3D.hxx.

◆ myShapeSupportID

int StdMeshers_TNode::myShapeSupportID
private

Definition at line 157 of file StdMeshers_Penta_3D.hxx.

◆ myXYZ

gp_XYZ StdMeshers_TNode::myXYZ
private

Definition at line 158 of file StdMeshers_Penta_3D.hxx.

◆ myBaseNodeID

int StdMeshers_TNode::myBaseNodeID
private

Definition at line 159 of file StdMeshers_Penta_3D.hxx.