|
Open CASCADE Technology 6.5.2
|
Stores the parameters of a curve 2d or 3d corresponding
to the curvature's extremas and the Inflection's Points.
#include <LProp_CurAndInf.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| LProp_CurAndInf () | |
| void | AddInflection (const Standard_Real Param) |
| void | AddExtCur (const Standard_Real Param, const Standard_Boolean IsMin) |
| void | Clear () |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | NbPoints () const |
| Returns the number of points. The Points are stored to increasing parameter. | |
| Standard_Real | Parameter (const Standard_Integer N) const |
| Returns the parameter of the Nth point. //! raises if N not in the range [1,NbPoints()] | |
| LProp_CIType | Type (const Standard_Integer N) const |
| Returns | |
| LProp_CurAndInf::LProp_CurAndInf | ( | ) |
| void LProp_CurAndInf::AddExtCur | ( | const Standard_Real | Param, |
| const Standard_Boolean | IsMin | ||
| ) |
| void LProp_CurAndInf::AddInflection | ( | const Standard_Real | Param | ) |
| void LProp_CurAndInf::Clear | ( | ) |
| Standard_Boolean LProp_CurAndInf::IsEmpty | ( | ) | const |
| Standard_Integer LProp_CurAndInf::NbPoints | ( | ) | const |
| void LProp_CurAndInf::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented in Geom2dLProp_CurAndInf2d.
| void* LProp_CurAndInf::operator new | ( | size_t | size | ) | [inline] |
Reimplemented in Geom2dLProp_CurAndInf2d.
| void* LProp_CurAndInf::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented in Geom2dLProp_CurAndInf2d.
| Standard_Real LProp_CurAndInf::Parameter | ( | const Standard_Integer | N | ) | const |
| LProp_CIType LProp_CurAndInf::Type | ( | const Standard_Integer | N | ) | const |
1.7.4