0032008: Modeling Algorithms - disallow implicit copy of Extrema algorithms
[occt.git] / src / BRepGProp / BRepGProp_VinertGK.hxx
index fde63e8..54ed1e9 100644 (file)
@@ -147,21 +147,17 @@ public:
   //! Returns the absolut reached computation error.
     Standard_Real GetAbsolutError() const;
 
-
-
-
-protected:
-
-
-
-
-
 private:
 
-  
   //! Main method for computation of the global properties that
   //! is invoked by each Perform method.
-  Standard_EXPORT Standard_Real PrivatePerform (BRepGProp_Face& theSurface, const Standard_Address thePtrDomain, const Standard_Boolean IsByPoint, const Standard_Address theCoeffs, const Standard_Real theTolerance, const Standard_Boolean theCGFlag, const Standard_Boolean theIFlag);
+  Standard_EXPORT Standard_Real PrivatePerform (BRepGProp_Face& theSurface,
+                                                const Standard_Address thePtrDomain,
+                                                const Standard_Boolean IsByPoint,
+                                                const Standard_Real* theCoeffs,
+                                                const Standard_Real theTolerance,
+                                                const Standard_Boolean theCGFlag,
+                                                const Standard_Boolean theIFlag);
 
 
   Standard_Real myErrorReached;