#include <Units_UnitSentence.hxx>
Inheritance diagram for Units_UnitSentence:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Units_UnitSentence (const Standard_CString astring) |
Creates and returns a UnitSentence. The string <astring> describes in natural language the unit or the composed unit to be analysed. . | |
Standard_EXPORT | Units_UnitSentence (const Standard_CString astring, const Handle(Units_QuantitiesSequence)&aquantitiessequence) |
Creates and returns a UnitSentence. The string <astring> describes in natural language the unit to be analysed. The sequence of physical quantities <asequenceofquantities> describes the available dictionary of units you want to use. . | |
Standard_EXPORT void | Analyse () |
Analyzes the sequence of tokens created by the constructor to find the true significance of each token. . | |
Standard_EXPORT void | SetUnits (const Handle(Units_QuantitiesSequence)&aquantitiessequence) |
For each token which represents a unit, finds in the sequence of physical quantities all the characteristics of the unit found. . |
|
|
|
|
|
|
|
Reimplemented from Units_Sentence. |
|
Reimplemented from Units_Sentence. |
|
Reimplemented from Units_Sentence. |
|
|