SALOME - SMESH
StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor Class Reference

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

Inheritance diagram for StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor:
Inheritance graph
Collaboration diagram for StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor:
Collaboration graph

Public Member Functions

 THorizontalEdgeAdaptor (const TSideFace *sideFace, const bool isTop)
 
gp_Pnt Value (const Standard_Real U) const
 
Standard_Real FirstParameter () const
 
Standard_Real LastParameter () const
 

Private Attributes

const TSideFacemySide
 
double myV
 

Detailed Description

Class emulating geometry of a hirizontal edge.

Definition at line 309 of file StdMeshers_Prism_3D.hxx.

Constructor & Destructor Documentation

◆ THorizontalEdgeAdaptor()

StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor::THorizontalEdgeAdaptor ( const TSideFace sideFace,
const bool  isTop 
)

Definition at line 314 of file StdMeshers_Prism_3D.hxx.

Member Function Documentation

◆ Value()

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

◆ FirstParameter()

Standard_Real StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor::FirstParameter ( ) const

Definition at line 317 of file StdMeshers_Prism_3D.hxx.

◆ LastParameter()

Standard_Real StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor::LastParameter ( ) const

Definition at line 318 of file StdMeshers_Prism_3D.hxx.

Field Documentation

◆ mySide

const TSideFace* StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor::mySide
private

Definition at line 311 of file StdMeshers_Prism_3D.hxx.

◆ myV

double StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor::myV
private

Definition at line 312 of file StdMeshers_Prism_3D.hxx.