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


Public Member Functions | |
| CLLoadParameters () | |
Public Member Functions inherited from FileIOFilter::LoadParameters | |
| LoadParameters () | |
| Default constructor. More... | |
Public Attributes | |
| bool | m_coordinatesShiftEnabled |
| CCVector3d | m_coordinatesShift |
Public Attributes inherited from FileIOFilter::LoadParameters | |
| ecvGlobalShiftManager::Mode | shiftHandlingMode |
| How to handle big coordinates. More... | |
| bool | alwaysDisplayLoadDialog |
| bool * | coordinatesShiftEnabled |
| Whether shift on load has been applied after loading (optional) More... | |
| CCVector3d * | coordinatesShift |
| If applicable, applied shift on load (optional) More... | |
| bool | preserveShiftOnSave |
| If applicable, whether shift should be preserved or not (optional) More... | |
| bool | autoComputeNormals |
| QWidget * | parentWidget |
| Parent widget (if any) More... | |
| bool | sessionStart |
| Session start (whether the load action is the first of a session) More... | |
Definition at line 209 of file ecvCommandLineInterface.h.
| ccCommandLineInterface::CLLoadParameters::CLLoadParameters | ( | ) |
Definition at line 232 of file ecvCommandLineInterface.cpp.
References FileIOFilter::LoadParameters::alwaysDisplayLoadDialog, FileIOFilter::LoadParameters::autoComputeNormals, FileIOFilter::LoadParameters::coordinatesShift, FileIOFilter::LoadParameters::coordinatesShiftEnabled, m_coordinatesShift, m_coordinatesShiftEnabled, ecvGlobalShiftManager::NO_DIALOG, and FileIOFilter::LoadParameters::shiftHandlingMode.
| CCVector3d ccCommandLineInterface::CLLoadParameters::m_coordinatesShift |
Definition at line 214 of file ecvCommandLineInterface.h.
Referenced by CLLoadParameters(), and ccCommandLineParser::importFile().
| bool ccCommandLineInterface::CLLoadParameters::m_coordinatesShiftEnabled |
Definition at line 213 of file ecvCommandLineInterface.h.
Referenced by CLLoadParameters(), and ccCommandLineParser::importFile().