Open CASCADE Technology  7.8.1
Data Structures | Typedefs
BRepGProp_Gauss.hxx File Reference
#include <NCollection_Handle.hxx>
#include <NCollection_Array1.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  BRepGProp_Gauss
 Class performs computing of the global inertia properties of geometric object in 3D space by adaptive and non-adaptive 2D Gauss integration algorithms. More...
 

Typedefs

using math_Vector = math_VectorBase< double >
 

Typedef Documentation

using math_Vector = math_VectorBase<double>