OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKTopAlgo
BRepGProp


BRepGProp_VinertGK Class Reference

#include <BRepGProp_VinertGK.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT BRepGProp_VinertGK ()
Standard_EXPORT BRepGProp_VinertGK (BRepGProp_Face &theSurface, const gp_Pnt &theLocation, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT BRepGProp_VinertGK (BRepGProp_Face &theSurface, const gp_Pnt &thePoint, const gp_Pnt &theLocation, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT BRepGProp_VinertGK (BRepGProp_Face &theSurface, BRepGProp_Domain &theDomain, const gp_Pnt &theLocation, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT BRepGProp_VinertGK (BRepGProp_Face &theSurface, BRepGProp_Domain &theDomain, const gp_Pnt &thePoint, const gp_Pnt &theLocation, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT BRepGProp_VinertGK (BRepGProp_Face &theSurface, const gp_Pln &thePlane, const gp_Pnt &theLocation, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT BRepGProp_VinertGK (BRepGProp_Face &theSurface, BRepGProp_Domain &theDomain, const gp_Pln &thePlane, const gp_Pnt &theLocation, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
void SetLocation (const gp_Pnt &theLocation)
Standard_EXPORT Standard_Real Perform (BRepGProp_Face &theSurface, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT Standard_Real Perform (BRepGProp_Face &theSurface, const gp_Pnt &thePoint, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT Standard_Real Perform (BRepGProp_Face &theSurface, BRepGProp_Domain &theDomain, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT Standard_Real Perform (BRepGProp_Face &theSurface, BRepGProp_Domain &theDomain, const gp_Pnt &thePoint, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT Standard_Real Perform (BRepGProp_Face &theSurface, const gp_Pln &thePlane, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_EXPORT Standard_Real Perform (BRepGProp_Face &theSurface, BRepGProp_Domain &theDomain, const gp_Pln &thePlane, const Standard_Real theTolerance=0.001, const Standard_Boolean theCGFlag=Standard_False, const Standard_Boolean theIFlag=Standard_False)
Standard_Real GetErrorReached () const
Standard_Real GetAbsolutError () const

Private Member Functions

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)

Private Attributes

Standard_Real myErrorReached
Standard_Real myAbsolutError


Constructor & Destructor Documentation

Standard_EXPORT BRepGProp_VinertGK::BRepGProp_VinertGK  ) 
 

Standard_EXPORT BRepGProp_VinertGK::BRepGProp_VinertGK BRepGProp_Face theSurface,
const gp_Pnt &  theLocation,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT BRepGProp_VinertGK::BRepGProp_VinertGK BRepGProp_Face theSurface,
const gp_Pnt &  thePoint,
const gp_Pnt &  theLocation,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT BRepGProp_VinertGK::BRepGProp_VinertGK BRepGProp_Face theSurface,
BRepGProp_Domain theDomain,
const gp_Pnt &  theLocation,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT BRepGProp_VinertGK::BRepGProp_VinertGK BRepGProp_Face theSurface,
BRepGProp_Domain theDomain,
const gp_Pnt &  thePoint,
const gp_Pnt &  theLocation,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT BRepGProp_VinertGK::BRepGProp_VinertGK BRepGProp_Face theSurface,
const gp_Pln &  thePlane,
const gp_Pnt &  theLocation,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT BRepGProp_VinertGK::BRepGProp_VinertGK BRepGProp_Face theSurface,
BRepGProp_Domain theDomain,
const gp_Pln &  thePlane,
const gp_Pnt &  theLocation,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 


Member Function Documentation

Standard_Real BRepGProp_VinertGK::GetAbsolutError  )  const
 

Standard_Real BRepGProp_VinertGK::GetErrorReached  )  const
 

void BRepGProp_VinertGK::operator delete void *  anAddress  )  [inline]
 

void* BRepGProp_VinertGK::operator new size_t  size  )  [inline]
 

void* BRepGProp_VinertGK::operator new size_t  ,
void *  anAddress
[inline]
 

Standard_EXPORT Standard_Real BRepGProp_VinertGK::Perform BRepGProp_Face theSurface,
BRepGProp_Domain theDomain,
const gp_Pln &  thePlane,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT Standard_Real BRepGProp_VinertGK::Perform BRepGProp_Face theSurface,
const gp_Pln &  thePlane,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT Standard_Real BRepGProp_VinertGK::Perform BRepGProp_Face theSurface,
BRepGProp_Domain theDomain,
const gp_Pnt &  thePoint,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT Standard_Real BRepGProp_VinertGK::Perform BRepGProp_Face theSurface,
BRepGProp_Domain theDomain,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT Standard_Real BRepGProp_VinertGK::Perform BRepGProp_Face theSurface,
const gp_Pnt &  thePoint,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT Standard_Real BRepGProp_VinertGK::Perform BRepGProp_Face theSurface,
const Standard_Real  theTolerance = 0.001,
const Standard_Boolean  theCGFlag = Standard_False,
const Standard_Boolean  theIFlag = Standard_False
 

Standard_EXPORT Standard_Real BRepGProp_VinertGK::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
[private]
 

void BRepGProp_VinertGK::SetLocation const gp_Pnt &  theLocation  ) 
 


Field Documentation

Standard_Real BRepGProp_VinertGK::myAbsolutError [private]
 

Standard_Real BRepGProp_VinertGK::myErrorReached [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:41:19 2008 for OpenCASCADE by  doxygen 1.4.1