OCC Main Page | ModelingData | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingData
TKG2d
LProp


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

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT LProp_CurAndInf ()
Standard_EXPORT void AddInflection (const Standard_Real Param)
Standard_EXPORT void AddExtCur (const Standard_Real Param, const Standard_Boolean IsMin)
Standard_EXPORT void Clear ()
Standard_EXPORT Standard_Boolean IsEmpty () const
Standard_EXPORT Standard_Integer NbPoints () const
 Returns the number of points.
The Points are stored to increasing parameter.
.
Standard_EXPORT Standard_Real Parameter (const Standard_Integer N) const
 Returns the parameter of the Nth point.
//! raises if N not in the range [1,NbPoints()]
.
Standard_EXPORT LProp_CIType Type (const Standard_Integer N) const
 Returns
- 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()]
.

Private Attributes

TColStd_SequenceOfReal theParams
LProp_SequenceOfCIType theTypes

Constructor & Destructor Documentation

Standard_EXPORT LProp_CurAndInf::LProp_CurAndInf  ) 
 


Member Function Documentation

Standard_EXPORT void LProp_CurAndInf::AddExtCur const Standard_Real  Param,
const Standard_Boolean  IsMin
 

Standard_EXPORT void LProp_CurAndInf::AddInflection const Standard_Real  Param  ) 
 

Standard_EXPORT void LProp_CurAndInf::Clear  ) 
 

Standard_EXPORT Standard_Boolean LProp_CurAndInf::IsEmpty  )  const
 

Standard_EXPORT 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_EXPORT Standard_Real LProp_CurAndInf::Parameter const Standard_Integer  N  )  const
 

Standard_EXPORT LProp_CIType LProp_CurAndInf::Type const Standard_Integer  N  )  const
 


Field Documentation

TColStd_SequenceOfReal LProp_CurAndInf::theParams [private]
 

LProp_SequenceOfCIType LProp_CurAndInf::theTypes [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:23:03 2008 for OpenCASCADE by  doxygen 1.4.1