Open CASCADE Technology
7.1.0.beta
|
Computes the locals extremas of curvature and the inflections of a bounded curve in 2d. More...
#include <Geom2dLProp_NumericCurInf2d.hxx>
Public Member Functions | |
Geom2dLProp_NumericCurInf2d () | |
void | PerformCurExt (const Handle< Geom2d_Curve > &C, LProp_CurAndInf &Result) |
Computes the locals extremas of curvature. More... | |
void | PerformInf (const Handle< Geom2d_Curve > &C, LProp_CurAndInf &Result) |
Computes the inflections. More... | |
void | PerformCurExt (const Handle< Geom2d_Curve > &C, const Standard_Real UMin, const Standard_Real UMax, LProp_CurAndInf &Result) |
Computes the locals extremas of curvature. in the interval of parmeters [UMin,UMax]. More... | |
void | PerformInf (const Handle< Geom2d_Curve > &C, const Standard_Real UMin, const Standard_Real UMax, LProp_CurAndInf &Result) |
Computes the inflections in the interval of parmeters [UMin,UMax]. More... | |
Standard_Boolean | IsDone () const |
True if the solutions are found. More... | |
Computes the locals extremas of curvature and the inflections of a bounded curve in 2d.
Geom2dLProp_NumericCurInf2d::Geom2dLProp_NumericCurInf2d | ( | ) |
Standard_Boolean Geom2dLProp_NumericCurInf2d::IsDone | ( | ) | const |
True if the solutions are found.
void Geom2dLProp_NumericCurInf2d::PerformCurExt | ( | const Handle< Geom2d_Curve > & | C, |
LProp_CurAndInf & | Result | ||
) |
Computes the locals extremas of curvature.
void Geom2dLProp_NumericCurInf2d::PerformCurExt | ( | const Handle< Geom2d_Curve > & | C, |
const Standard_Real | UMin, | ||
const Standard_Real | UMax, | ||
LProp_CurAndInf & | Result | ||
) |
Computes the locals extremas of curvature. in the interval of parmeters [UMin,UMax].
void Geom2dLProp_NumericCurInf2d::PerformInf | ( | const Handle< Geom2d_Curve > & | C, |
LProp_CurAndInf & | Result | ||
) |
Computes the inflections.
void Geom2dLProp_NumericCurInf2d::PerformInf | ( | const Handle< Geom2d_Curve > & | C, |
const Standard_Real | UMin, | ||
const Standard_Real | UMax, | ||
LProp_CurAndInf & | Result | ||
) |
Computes the inflections in the interval of parmeters [UMin,UMax].