FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AcGeCubicSplineCurve2d Class Reference

#include <AcGeCubicSplineCurve2d.h>

Inheritance diagram for AcGeCubicSplineCurve2d:
AcGeSplineEnt2d AcGeCurve2d AcGeEntity2d

Public Member Functions

 AcGeCubicSplineCurve2d (AcGePoint2dArray const &, AcGeTol const &=AcGeContext::gTol)
 
 AcGeCubicSplineCurve2d (AcGePoint2dArray const &, AcGeVector2d const &, AcGeVector2d const &, AcGeTol const &=AcGeContext::gTol)
 
 AcGeCubicSplineCurve2d (AcGeCubicSplineCurve2d const &)
 
 AcGeCubicSplineCurve2d (AcGeCurve2d const &, double=AcGeContext::gTol.equalPoint())
 
 AcGeCubicSplineCurve2d (AcGeKnotVector const &, AcGePoint2dArray const &, AcArray< AcGeVector2d, AcArrayMemCopyReallocator< AcGeVector2d > > const &, Frx::Boolean=Frx::kFalse)
 
 AcGeCubicSplineCurve2d (void)
 
 ~AcGeCubicSplineCurve2d (void)
 
AcGeCubicSplineCurve2doperator= (AcGeCubicSplineCurve2d const &)
 
AcGeCubicSplineCurve2dsetFirstDerivAt (int, AcGeVector2d const &)
 
AcGeCubicSplineCurve2dsetFitPointAt (int, AcGePoint2d const &)
 
AcGePoint2d fitPointAt (int) const
 
AcGeVector2d firstDerivAt (int) const
 
int numFitPoints (void) const
 
- Public Member Functions inherited from AcGeSplineEnt2d
 ~AcGeSplineEnt2d (void)
 
AcGeKnotVector const & knots (void) const
 
AcGePoint2d controlPointAt (int) const
 
AcGePoint2d endPoint (void) const
 
AcGePoint2d startPoint (void) const
 
AcGeSplineEnt2doperator= (AcGeSplineEnt2d const &)
 
AcGeSplineEnt2dsetControlPointAt (int, AcGePoint2d const &)
 
AcGeSplineEnt2dsetKnotAt (int, double)
 
double endParam (void) const
 
double knotAt (int) const
 
double startParam (void) const
 
int continuityAtKnot (int, AcGeTol const &=AcGeContext::gTol) const
 
int degree (void) const
 
Frx::Boolean hasFitData (void) const
 
Frx::Boolean isRational (void) const
 
int numControlPoints (void) const
 
int numKnots (void) const
 
int order (void) const
 
- Public Member Functions inherited from AcGeCurve2d
 ~AcGeCurve2d (void)
 
AcGeBoundBlock2d boundBlock (AcGeInterval const &) const
 
AcGeBoundBlock2d boundBlock (void) const
 
AcGeBoundBlock2d orthoBoundBlock (AcGeInterval const &) const
 
AcGeBoundBlock2d orthoBoundBlock (void) const
 
AcGeCurve2doperator= (AcGeCurve2d const &)
 
AcGeCurve2dreverseParam (void)
 
AcGeCurve2dsetInterval (void)
 
AcGePoint2d closestPointTo (AcGeCurve2d const &, AcGePoint2d &, AcGeTol const &=AcGeContext::gTol) const
 
AcGePoint2d closestPointTo (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
AcGePoint2d evalPoint (double) const
 
AcGePoint2d evalPoint (double, int, AcArray< AcGeVector2d, AcArrayMemCopyReallocator< AcGeVector2d > > &) const
 
double distanceTo (AcGeCurve2d const &, AcGeTol const &=AcGeContext::gTol) const
 
double distanceTo (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
double length (double, double, double=AcGeContext::gTol.equalPoint()) const
 
double paramAtLength (double, double, Frx::Boolean=Frx::kTrue, double=AcGeContext::gTol.equalPoint()) const
 
double paramOf (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean area (double, double, double &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean explode (AcDbVoidPtrArray &, AcGeIntArray &, AcGeInterval const *) const
 
Adesk::Boolean getNormalPoint (AcGePoint2d const &, AcGePointOnCurve2d &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean hasEndPoint (AcGePoint2d &) const
 
Adesk::Boolean hasStartPoint (AcGePoint2d &) const
 
Adesk::Boolean isClosed (AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isDegenerate (AcGeEntity2d *&, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isDegenerate (AcGe::EntityId &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isLinear (AcGeLine2d &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (AcGePoint2d const &, double &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (double, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isPeriodic (double &) const
 
Adesk::Boolean setInterval (AcGeInterval const &)
 
void getClosestPointTo (AcGeCurve2d const &, AcGePointOnCurve2d &, AcGePointOnCurve2d &, AcGeTol const &=AcGeContext::gTol) const
 
void getClosestPointTo (AcGePoint2d const &, AcGePointOnCurve2d &, AcGeTol const &=AcGeContext::gTol) const
 
void getInterval (AcGeInterval &) const
 
void getInterval (AcGeInterval &, AcGePoint2d &, AcGePoint2d &) const
 
void getLocalClosestPoints (AcGeCurve2d const &, AcGePointOnCurve2d &, AcGePointOnCurve2d &, AcGeInterval const *, AcGeInterval const *, AcGeTol const &=AcGeContext::gTol) const
 
void getLocalClosestPoints (AcGePoint2d const &, AcGePointOnCurve2d &, AcGeInterval const *, AcGeTol const &=AcGeContext::gTol) const
 
void getSamplePoints (double, double, double, AcGePoint2dArray &, AcGeDoubleArray &) const
 
void getSamplePoints (int, AcGePoint2dArray &) const
 
void getSplitCurves (double, AcGeCurve2d *&, AcGeCurve2d *&) const
 
void getTrimmedOffset (double, AcDbVoidPtrArray &, AcGe::OffsetCrvExtType, AcGeTol const &=AcGeContext::gTol) const
 
- Public Member Functions inherited from AcGeEntity2d
 ~AcGeEntity2d (void)
 
AcGeEntity2dmirror (AcGeLine2d const &)
 
AcGeEntity2doperator= (AcGeEntity2d const &)
 
AcGeEntity2drotateBy (double, AcGePoint2d const &)
 
AcGeEntity2dscaleBy (double, AcGePoint2d const &)
 
AcGeEntity2dtransformBy (AcGeMatrix2d const &)
 
AcGeEntity2dtranslateBy (AcGeVector2d const &)
 
AcGeEntity2dcopy (void) const
 
AcGe::EntityId type (void) const
 
Frx::Boolean isEqualTo (AcGeEntity2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean isKindOf (AcGe::EntityId) const
 
Adesk::Boolean isOn (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean operator!= (AcGeEntity2d const &) const
 
Frx::Boolean operator== (AcGeEntity2d const &) const
 

Additional Inherited Members

- Protected Member Functions inherited from AcGeSplineEnt2d
 AcGeSplineEnt2d (AcGeSplineEnt2d const &)
 
 AcGeSplineEnt2d (void)
 
- Protected Member Functions inherited from AcGeCurve2d
 AcGeCurve2d (AcGeCurve2d const &)
 
 AcGeCurve2d (void)
 
- Protected Member Functions inherited from AcGeEntity2d
 AcGeEntity2d (AcGeEntity2d const &)
 
 AcGeEntity2d (AcGeImpEntity3d &, int)
 
 AcGeEntity2d (AcGeImpEntity3d *)
 
 AcGeEntity2d (void)
 
AcGeEntity2dnewEntity2d (AcGeImpEntity3d *) const
 
void connectTo (AcGeEntity2dImpl *)
 
- Protected Attributes inherited from AcGeEntity2d
AcGeEntity2dImplm_pImpl
 

Detailed Description

Definition at line 27 of file AcGeCubicSplineCurve2d.h.

Constructor & Destructor Documentation

◆ AcGeCubicSplineCurve2d() [1/6]

AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d ( AcGePoint2dArray const & ,
AcGeTol const & = AcGeContext::gTol )

◆ AcGeCubicSplineCurve2d() [2/6]

AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d ( AcGePoint2dArray const & ,
AcGeVector2d const & ,
AcGeVector2d const & ,
AcGeTol const & = AcGeContext::gTol )

◆ AcGeCubicSplineCurve2d() [3/6]

AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d ( AcGeCubicSplineCurve2d const & )

◆ AcGeCubicSplineCurve2d() [4/6]

AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d ( AcGeCurve2d const & ,
double = AcGeContext::gTol.equalPoint() )

◆ AcGeCubicSplineCurve2d() [5/6]

AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d ( AcGeKnotVector const & ,
AcGePoint2dArray const & ,
AcArray< AcGeVector2d, AcArrayMemCopyReallocator< AcGeVector2d > > const & ,
Frx::Boolean = Frx::kFalse )

◆ AcGeCubicSplineCurve2d() [6/6]

AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d ( void )

◆ ~AcGeCubicSplineCurve2d()

AcGeCubicSplineCurve2d::~AcGeCubicSplineCurve2d ( void )

Member Function Documentation

◆ firstDerivAt()

AcGeVector2d AcGeCubicSplineCurve2d::firstDerivAt ( int ) const

◆ fitPointAt()

AcGePoint2d AcGeCubicSplineCurve2d::fitPointAt ( int ) const

◆ numFitPoints()

int AcGeCubicSplineCurve2d::numFitPoints ( void ) const

◆ operator=()

AcGeCubicSplineCurve2d & AcGeCubicSplineCurve2d::operator= ( AcGeCubicSplineCurve2d const & )

◆ setFirstDerivAt()

AcGeCubicSplineCurve2d & AcGeCubicSplineCurve2d::setFirstDerivAt ( int ,
AcGeVector2d const &  )

◆ setFitPointAt()

AcGeCubicSplineCurve2d & AcGeCubicSplineCurve2d::setFitPointAt ( int ,
AcGePoint2d const &  )

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