Version: 9.16.0
StdMeshers::Cartesian3D::Hexahedron::_Link Struct Reference

Public Member Functions

 _Link ()
 
void clear ()
 

Data Fields

_Node_nodes [nodesNum]
 
_Face_faces [nodesNum]
 
std::vector< const StdMeshers::Cartesian3D::F_IntersectPoint * > _fIntPoints
 
std::vector< _Node * > _fIntNodes
 
std::vector< _Link_splits
 

Static Public Attributes

static const std::size_t nodesNum = 2
 

Friends

std::ostream & operator<< (std::ostream &os, const _Link &link)
 

Constructor & Destructor Documentation

◆ _Link()

StdMeshers::Cartesian3D::Hexahedron::_Link::_Link ( )

Member Function Documentation

◆ clear()

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const _Link link 
)
friend

Field Documentation

◆ _faces

◆ _fIntNodes

◆ _fIntPoints

◆ _nodes

◆ _splits

◆ nodesNum

const std::size_t StdMeshers::Cartesian3D::Hexahedron::_Link::nodesNum = 2
static