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


Public Member Functions | |
| Position () | |
| virtual bool | handle (Token t) |
| virtual bool | handle (PointCoordinateType numvalue) |
| virtual bool | handle (const char *str) |
| virtual bool | isValid () const |
| virtual bool | execute (PdmsObjects::GenericItem *&item) const |
Public Member Functions inherited from PdmsTools::PdmsCommands::Command | |
| Command (Token t) | |
| Command (const Command &com) | |
| virtual | ~Command () |
Public Attributes | |
| Coordinates | position |
| Reference | ref |
| Command * | current |
Public Attributes inherited from PdmsTools::PdmsCommands::Command | |
| Token | command |
Additional Inherited Members | |
Static Public Member Functions inherited from PdmsTools::PdmsCommands::Command | |
| static Command * | Create (Token t) |
| Factory. More... | |
Definition at line 563 of file PdmsTools.h.
|
inline |
Definition at line 569 of file PdmsTools.h.
References current.
|
virtual |
Reimplemented from PdmsTools::PdmsCommands::Command.
Definition at line 363 of file PdmsTools.cpp.
References position, PdmsTools::PdmsObjects::GenericItem::positionReference, and PdmsTools::PdmsObjects::GenericItem::setPosition().
|
virtual |
Reimplemented from PdmsTools::PdmsCommands::Command.
Definition at line 352 of file PdmsTools.cpp.
|
virtual |
Reimplemented from PdmsTools::PdmsCommands::Command.
Definition at line 347 of file PdmsTools.cpp.
|
virtual |
Reimplemented from PdmsTools::PdmsCommands::Command.
Definition at line 322 of file PdmsTools.cpp.
References PdmsTools::PdmsToken::isCoordinate(), PdmsTools::PDMS_WRT, and position.
|
virtual |
Reimplemented from PdmsTools::PdmsCommands::Command.
Definition at line 357 of file PdmsTools.cpp.
References PdmsTools::PDMS_WRT, and position.
| Command* PdmsTools::PdmsCommands::Position::current |
Definition at line 567 of file PdmsTools.h.
Referenced by Position().
| Coordinates PdmsTools::PdmsCommands::Position::position |
Definition at line 565 of file PdmsTools.h.
| Reference PdmsTools::PdmsCommands::Position::ref |
Definition at line 566 of file PdmsTools.h.