SALOME - SMESH
StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor Class Reference

Class emulating geometry of a vertical edge. More...

Inheritance diagram for StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor:
Inheritance graph
Collaboration diagram for StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor:
Collaboration graph

Public Member Functions

 TVerticalEdgeAdaptor (const TParam2ColumnMap *columnsMap, const double parameter)
 
gp_Pnt Value (const Standard_Real U) const
 
Standard_Real FirstParameter () const
 
Standard_Real LastParameter () const
 

Private Attributes

const TNodeColumnmyNodeColumn
 

Detailed Description

Class emulating geometry of a vertical edge.

Definition at line 294 of file StdMeshers_Prism_3D.hxx.

Constructor & Destructor Documentation

◆ TVerticalEdgeAdaptor()

StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor::TVerticalEdgeAdaptor ( const TParam2ColumnMap columnsMap,
const double  parameter 
)

Member Function Documentation

◆ Value()

gp_Pnt StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor::Value ( const Standard_Real  U) const

◆ FirstParameter()

Standard_Real StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor::FirstParameter ( ) const

Definition at line 300 of file StdMeshers_Prism_3D.hxx.

◆ LastParameter()

Standard_Real StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor::LastParameter ( ) const

Definition at line 301 of file StdMeshers_Prism_3D.hxx.

Field Documentation

◆ myNodeColumn

const TNodeColumn* StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor::myNodeColumn
private

Definition at line 296 of file StdMeshers_Prism_3D.hxx.