![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Global Shift options. More...
#include <ecvCommandLineInterface.h>

Public Types | |
| enum | Mode { NO_GLOBAL_SHIFT , AUTO_GLOBAL_SHIFT , FIRST_GLOBAL_SHIFT , CUSTOM_GLOBAL_SHIFT } |
Public Attributes | |
| Mode | mode = NO_GLOBAL_SHIFT |
| CCVector3d | customGlobalShift |
Global Shift options.
Definition at line 221 of file ecvCommandLineInterface.h.
| Enumerator | |
|---|---|
| NO_GLOBAL_SHIFT | |
| AUTO_GLOBAL_SHIFT | |
| FIRST_GLOBAL_SHIFT | |
| CUSTOM_GLOBAL_SHIFT | |
Definition at line 222 of file ecvCommandLineInterface.h.
| CCVector3d ccCommandLineInterface::GlobalShiftOptions::customGlobalShift |
Definition at line 230 of file ecvCommandLineInterface.h.
Referenced by define_ccCommandLine(), ccCommandLineParser::importFile(), and ccCommandLineInterface::processGlobalShiftCommand().
| Mode ccCommandLineInterface::GlobalShiftOptions::mode = NO_GLOBAL_SHIFT |
Definition at line 229 of file ecvCommandLineInterface.h.
Referenced by define_ccCommandLine(), ccCommandLineParser::importFile(), and ccCommandLineInterface::processGlobalShiftCommand().