![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <PdmsTools.h>


Public Member Functions | |
| DistanceValue (Token t=PDMS_INVALID_TOKEN) | |
| virtual bool | handle (Token t) |
| virtual bool | handle (PointCoordinateType numvalue) |
| PointCoordinateType | getValueInWorkingUnit () const |
| virtual bool | execute (PdmsObjects::GenericItem *&item) const |
Public Member Functions inherited from PdmsTools::PdmsCommands::NumericalValue | |
| NumericalValue (Token t) | |
| virtual bool | isValid () const |
| virtual PointCoordinateType | getValue () const |
Public Member Functions inherited from PdmsTools::PdmsCommands::Command | |
| Command (Token t) | |
| Command (const Command &com) | |
| virtual | ~Command () |
| virtual bool | handle (const char *str) |
Static Public Member Functions | |
| static void | setWorkingUnit (Token wu) |
Static Public Member Functions inherited from PdmsTools::PdmsCommands::Command | |
| static Command * | Create (Token t) |
| Factory. More... | |
Public Attributes | |
| Token | unit |
Public Attributes inherited from PdmsTools::PdmsCommands::NumericalValue | |
| PointCoordinateType | value |
| int | valueChanges |
Public Attributes inherited from PdmsTools::PdmsCommands::Command | |
| Token | command |
Static Public Attributes | |
| static Token | workingUnit = PDMS_MILLIMETRE |
Definition at line 508 of file PdmsTools.h.
|
inlineexplicit |
Definition at line 513 of file PdmsTools.h.
|
virtual |
Reimplemented from PdmsTools::PdmsCommands::NumericalValue.
Definition at line 123 of file PdmsTools.cpp.
References PdmsTools::PdmsObjects::GenericItem::setValue().
| PointCoordinateType DistanceValue::getValueInWorkingUnit | ( | ) | const |
Definition at line 114 of file PdmsTools.cpp.
References PdmsTools::PDMS_METRE, and PdmsTools::PDMS_MILLIMETRE.
|
inlinevirtual |
Reimplemented from PdmsTools::PdmsCommands::NumericalValue.
Definition at line 517 of file PdmsTools.h.
References PdmsTools::PdmsCommands::NumericalValue::handle().
|
virtual |
Reimplemented from PdmsTools::PdmsCommands::Command.
Definition at line 107 of file PdmsTools.cpp.
References PdmsTools::PdmsToken::isUnit().
|
inlinestatic |
Definition at line 515 of file PdmsTools.h.
References workingUnit.
| Token PdmsTools::PdmsCommands::DistanceValue::unit |
Definition at line 510 of file PdmsTools.h.
|
static |
Definition at line 511 of file PdmsTools.h.
Referenced by setWorkingUnit().