Open CASCADE Technology  6.9.0
Public Member Functions

Geom2dLProp_NumericCurInf2d Class Reference

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. More...
 
void PerformInf (const Handle< Geom2d_Curve > &C, LProp_CurAndInf &Result)
 Computes the inflections. More...
 
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 parmeters [UMin,UMax]. More...
 
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 parmeters [UMin,UMax]. More...
 
Standard_Boolean IsDone () const
 True if the solutions are found. More...
 

Detailed Description

Computes the locals extremas of curvature and the inflections of a bounded curve in 2d.

Constructor & Destructor Documentation

Geom2dLProp_NumericCurInf2d::Geom2dLProp_NumericCurInf2d ( )

Member Function Documentation

Standard_Boolean Geom2dLProp_NumericCurInf2d::IsDone ( ) const

True if the solutions are found.

void Geom2dLProp_NumericCurInf2d::PerformCurExt ( const Handle< Geom2d_Curve > &  C,
LProp_CurAndInf Result 
)

Computes the locals extremas of curvature.

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 parmeters [UMin,UMax].

void Geom2dLProp_NumericCurInf2d::PerformInf ( const Handle< Geom2d_Curve > &  C,
LProp_CurAndInf Result 
)

Computes the inflections.

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 parmeters [UMin,UMax].


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