|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepGProp_UFunctionOfVinertGK (const BRepGProp_Face &theSurface, const gp_Pnt &theVertex, const Standard_Boolean IsByPoint, const Standard_Address theCoeffs) |
| void | SetValueType (const GProp_ValueType theType) |
| void | SetVParam (const Standard_Real theVParam) |
| virtual Standard_EXPORT Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
Private Member Functions |
| Standard_EXPORT Standard_Real | VolumeValue (const Standard_Real X, gp_XYZ &thePMP0, Standard_Real &theS, Standard_Real &theD1) |
| Standard_EXPORT Standard_Boolean | CenterMassValue (const Standard_Real X, Standard_Real &F) |
| Standard_EXPORT Standard_Boolean | InertiaValue (const Standard_Real X, Standard_Real &F) |
Private Attributes |
| BRepGProp_Face | mySurface |
| gp_Pnt | myVertex |
| Standard_Address | myCoeffs |
| Standard_Real | myVParam |
| GProp_ValueType | myValueType |
| Standard_Boolean | myIsByPoint |