#include <Quantity_Convert.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Quantity_Convert () |
Creates an object; . | |
Static Public Member Functions | |
static void | SetQuantity (const Quantity_PhysicalQuantity aQuantity, const Quantity_Coefficient aCoef) |
Updates the conversion table (correspondances between Quantities and conversion coefficients). . | |
static Standard_Real | ConvertUserToSI (const Quantity_PhysicalQuantity aQuantity, const Standard_Real aVal) |
Converts, from the conversion table, the value <aval> from the user system to the SI system. . | |
static Standard_Real | ConvertSIToUser (const Quantity_PhysicalQuantity aQuantity, const Standard_Real aVal) |
Converts, from the conversion table, the value <aval> from the SI system to the user system. . | |
static Standard_EXPORT Standard_Boolean | IsPhysicalQuantity (const TCollection_AsciiString &aTypeName, TCollection_AsciiString &anEnum) |
if (aType is a physical quantity) returns True and the name of the associated PhysicalQuantity . else returns False. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|