Open CASCADE Technology 7.8.2.dev
|
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. | |
void | PerformInf (const Handle< Geom2d_Curve > &C, LProp_CurAndInf &Result) |
Computes the inflections. | |
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 parameters [UMin,UMax]. | |
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 parameters [UMin,UMax]. | |
Standard_Boolean | IsDone () const |
True if the solutions are found. | |
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, |
const Standard_Real | UMin, | ||
const Standard_Real | UMax, | ||
LProp_CurAndInf & | Result ) |
Computes the locals extremas of curvature. in the interval of parameters [UMin,UMax].
void Geom2dLProp_NumericCurInf2d::PerformCurExt | ( | const Handle< Geom2d_Curve > & | C, |
LProp_CurAndInf & | Result ) |
Computes the locals extremas of curvature.
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 parameters [UMin,UMax].
void Geom2dLProp_NumericCurInf2d::PerformInf | ( | const Handle< Geom2d_Curve > & | C, |
LProp_CurAndInf & | Result ) |
Computes the inflections.