// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _ShapeAnalysis_Geom_HeaderFile #define _ShapeAnalysis_Geom_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray2OfReal_HeaderFile #include #endif class Standard_OutOfRange; class TColgp_Array1OfPnt; class gp_Pln; class TColStd_HArray2OfReal; class gp_Trsf; //! Analyzing tool aimed to work on primitive geometrical objects
class ShapeAnalysis_Geom { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Builds a plane out of a set of points in array
//! Returns in the maximal distance between the produced
//! plane and given points
Standard_EXPORT static Standard_Boolean NearestPlane(const TColgp_Array1OfPnt& Pnts,gp_Pln& aPln,Standard_Real& Dmax) ; //! Builds transfromation object out of matrix.
//! Matrix must be 3 x 4.
//! Unit is used as multiplier.
Standard_EXPORT static Standard_Boolean PositionTrsf(const Handle(TColStd_HArray2OfReal)& coefs,gp_Trsf& trsf,const Standard_Real unit,const Standard_Real prec) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif