![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Stores the parameters of a curve 2d or 3d corresponding to the curvature's extremas and the Inflection's Points. More...
#include <LProp_CurAndInf.hxx>

Public Member Functions | |
| LProp_CurAndInf () | |
| void | AddInflection (const double Param) |
| void | AddExtCur (const double Param, const bool IsMin) |
| void | Clear () |
| bool | IsEmpty () const |
| int | NbPoints () const |
| Returns the number of points. The Points are stored to increasing parameter. | |
| double | Parameter (const int N) const |
| Returns the parameter of the Nth point. raises if N not in the range [1,NbPoints()]. | |
| LProp_CIType | Type (const int N) const |
| Returns. | |
Stores the parameters of a curve 2d or 3d corresponding to the curvature's extremas and the Inflection's Points.
| LProp_CurAndInf::LProp_CurAndInf | ( | ) |
| void LProp_CurAndInf::Clear | ( | ) |
| bool LProp_CurAndInf::IsEmpty | ( | ) | const |
| int LProp_CurAndInf::NbPoints | ( | ) | const |
Returns the number of points. The Points are stored to increasing parameter.
Returns the parameter of the Nth point. raises if N not in the range [1,NbPoints()].
| LProp_CIType LProp_CurAndInf::Type | ( | const int | N | ) | const |
Returns.