Open CASCADE Technology  7.8.1
Data Structures | Typedefs
Extrema_FuncPSDist.hxx File Reference
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <math_MultipleVarFunctionWithGradient.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Standard_Boolean.hxx>

Data Structures

class  math_VectorBase< TheItemType >
 This class implements the real vector abstract data type. Vectors can have an arbitrary range which must be defined at the declaration and cannot be changed after this declaration. More...
 
class  Extrema_FuncPSDist
 Functional for search of extremum of the square Euclidean distance between point P and surface S, starting from approximate solution (u0, v0). More...
 

Typedefs

using math_Vector = math_VectorBase< double >
 

Typedef Documentation

using math_Vector = math_VectorBase<double>