Open CASCADE Technology  7.7.0
Public Member Functions | Protected Member Functions

BRepMesh_CylinderRangeSplitter Class Reference

Auxiliary class extending default range splitter in order to generate internal nodes for cylindrical surface. More...

#include <BRepMesh_CylinderRangeSplitter.hxx>

Inheritance diagram for BRepMesh_CylinderRangeSplitter:
Inheritance graph
[legend]

Public Member Functions

 BRepMesh_CylinderRangeSplitter ()
 Constructor. More...
 
virtual ~BRepMesh_CylinderRangeSplitter ()
 Destructor. More...
 
virtual void Reset (const IMeshData::IFaceHandle &theDFace, const IMeshTools_Parameters &theParameters) override
 Resets this splitter. Must be called before first use. More...
 
virtual Handle< IMeshData::ListOfPnt2dGenerateSurfaceNodes (const IMeshTools_Parameters &theParameters) const override
 Returns list of nodes generated using surface data and specified parameters. More...
 
- Public Member Functions inherited from BRepMesh_DefaultRangeSplitter
 BRepMesh_DefaultRangeSplitter ()
 Constructor. More...
 
virtual ~BRepMesh_DefaultRangeSplitter ()
 Destructor. More...
 
virtual void AddPoint (const gp_Pnt2d &thePoint)
 Registers border point. More...
 
virtual void AdjustRange ()
 Updates discrete range of surface according to its geometric range. More...
 
virtual Standard_Boolean IsValid ()
 Returns True if computed range is valid. More...
 
gp_Pnt2d Scale (const gp_Pnt2d &thePoint, const Standard_Boolean isToFaceBasis) const
 Scales the given point from real parametric space to face basis and otherwise. More...
 
gp_Pnt Point (const gp_Pnt2d &thePoint2d) const
 Returns point in 3d space corresponded to the given point defined in parameteric space of surface. More...
 
const IMeshData::IFaceHandleGetDFace () const
 Returns face model. More...
 
const Handle< BRepAdaptor_Surface > & GetSurface () const
 Returns surface. More...
 
const std::pair< Standard_Real, Standard_Real > & GetRangeU () const
 Returns U range. More...
 
const std::pair< Standard_Real, Standard_Real > & GetRangeV () const
 Returns V range. More...
 
const std::pair< Standard_Real, Standard_Real > & GetDelta () const
 Returns delta. More...
 
const std::pair< Standard_Real, Standard_Real > & GetToleranceUV () const
 

Protected Member Functions

virtual void computeDelta (const Standard_Real theLengthU, const Standard_Real theLengthV) override
 Computes parametric delta taking length along U and V into account. More...
 
- Protected Member Functions inherited from BRepMesh_DefaultRangeSplitter
virtual void computeTolerance (const Standard_Real theLenU, const Standard_Real theLenV)
 Computes parametric tolerance taking length along U and V into account. More...
 

Additional Inherited Members

- Protected Attributes inherited from BRepMesh_DefaultRangeSplitter
IMeshData::IFaceHandle myDFace
 
std::pair< Standard_Real, Standard_RealmyRangeU
 
std::pair< Standard_Real, Standard_RealmyRangeV
 
std::pair< Standard_Real, Standard_RealmyDelta
 
std::pair< Standard_Real, Standard_RealmyTolerance
 
Standard_Boolean myIsValid
 

Detailed Description

Auxiliary class extending default range splitter in order to generate internal nodes for cylindrical surface.

Constructor & Destructor Documentation

◆ BRepMesh_CylinderRangeSplitter()

BRepMesh_CylinderRangeSplitter::BRepMesh_CylinderRangeSplitter ( )
inline

Constructor.

◆ ~BRepMesh_CylinderRangeSplitter()

virtual BRepMesh_CylinderRangeSplitter::~BRepMesh_CylinderRangeSplitter ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ computeDelta()

virtual void BRepMesh_CylinderRangeSplitter::computeDelta ( const Standard_Real  theLengthU,
const Standard_Real  theLengthV 
)
overrideprotectedvirtual

Computes parametric delta taking length along U and V into account.

Reimplemented from BRepMesh_DefaultRangeSplitter.

◆ GenerateSurfaceNodes()

virtual Handle< IMeshData::ListOfPnt2d > BRepMesh_CylinderRangeSplitter::GenerateSurfaceNodes ( const IMeshTools_Parameters theParameters) const
overridevirtual

Returns list of nodes generated using surface data and specified parameters.

Reimplemented from BRepMesh_DefaultRangeSplitter.

◆ Reset()

virtual void BRepMesh_CylinderRangeSplitter::Reset ( const IMeshData::IFaceHandle theDFace,
const IMeshTools_Parameters theParameters 
)
overridevirtual

Resets this splitter. Must be called before first use.

Reimplemented from BRepMesh_DefaultRangeSplitter.


The documentation for this class was generated from the following file: