#include <HLRBRep_ThePolygonOfInterCSurf.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | HLRBRep_ThePolygonOfInterCSurf (const gp_Lin &Curve, const Standard_Integer NbPnt) |
Standard_EXPORT | HLRBRep_ThePolygonOfInterCSurf (const gp_Lin &Curve, const Standard_Real U1, const Standard_Real U2, const Standard_Integer NbPnt) |
Standard_EXPORT | HLRBRep_ThePolygonOfInterCSurf (const gp_Lin &Curve, const TColStd_Array1OfReal &Upars) |
const Bnd_Box & | Bounding () const |
Standard_Real | DeflectionOverEstimation () const |
void | SetDeflectionOverEstimation (const Standard_Real x) |
void | Closed (const Standard_Boolean clos) |
Standard_Boolean | Closed () const |
Standard_Integer | NbSegments () const |
const gp_Pnt & | BeginOfSeg (const Standard_Integer Index) const |
const gp_Pnt & | EndOfSeg (const Standard_Integer Index) const |
Standard_Real | InfParameter () const |
Standard_Real | SupParameter () const |
Standard_EXPORT Standard_Real | ApproxParamOnCurve (const Standard_Integer Index, const Standard_Real ParamOnLine) const |
Standard_EXPORT void | Dump () const |
Protected Member Functions | |
Standard_EXPORT void | Init (const gp_Lin &Curve) |
Standard_EXPORT void | Init (const gp_Lin &Curve, const TColStd_Array1OfReal &Upars) |
Private Attributes | |
Bnd_Box | TheBnd |
Standard_Real | TheDeflection |
Standard_Integer | NbPntIn |
TColgp_Array1OfPnt | ThePnts |
Standard_Boolean | ClosedPolygon |
Standard_Real | Binf |
Standard_Real | Bsup |
Handle_TColStd_HArray1OfReal | myParams |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|