Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
LProp_CurAndInf Class Reference

Stores the parameters of a curve 2d or 3d corresponding
to the curvature's extremas and the Inflection's Points.

#include <LProp_CurAndInf.hxx>

Inheritance diagram for LProp_CurAndInf:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC 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


Constructor & Destructor Documentation


Member Function Documentation

  • MinCur if the Nth parameter corresponds to
    a minimum of the radius of curvature.
  • MaxCur if the Nth parameter corresponds to
    a maximum of the radius of curvature.
  • Inflection if the parameter corresponds to
    a point of inflection.
    //! raises if N not in the range [1,NbPoints()]

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