![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <Standard.hxx>#include <Standard_DefineAlloc.hxx>#include <GeomAbs_CurveType.hxx>#include <math_FunctionWithDerivative.hxx>#include <Precision.hxx>#include <Standard_TypeMismatch.hxx>#include <Standard_Integer.hxx>#include <NCollection_Sequence.hxx>#include <cmath>Data Structures | |
| class | Extrema_GFuncExtPC< TheCurve, TheCurveTool, ThePOnC, ThePoint, TheVector, TheSeqPOnC > |
| Template class for computing extremal distance function between a point and a curve. Searches for a parameter value u such that dist(P, C(u)) passes through an extremum. Inherits from math_FunctionWithDerivative and is used by math_FunctionRoot and math_FunctionRoots algorithms. More... | |