![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Generic loading parameters. More...
#include <FileIOFilter.h>


Public Member Functions | |
| LoadParameters () | |
| Default constructor. More... | |
Public Attributes | |
| 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... | |
Generic loading parameters.
Definition at line 51 of file FileIOFilter.h.
|
inline |
Default constructor.
Definition at line 53 of file FileIOFilter.h.
| bool FileIOFilter::LoadParameters::alwaysDisplayLoadDialog |
Wether to always display a dialog (if any), even if automatic guess is possible
Definition at line 67 of file FileIOFilter.h.
Referenced by MainWindow::addToDB(), ccCommandLineInterface::CLLoadParameters::CLLoadParameters(), define_qcc_io(), JsonRPCPlugin::execute(), LasIOFilter::loadFile(), LASFilter::loadFile(), masc::Tools::LoadFile(), MainWindow::loadFile(), BundlerFilter::loadFileExtended(), and BundlerCommand::process().
| bool FileIOFilter::LoadParameters::autoComputeNormals |
Whether normals should be computed at loading time (if possible - e.g. for gridded clouds) or not
Definition at line 76 of file FileIOFilter.h.
Referenced by ccCommandLineInterface::CLLoadParameters::CLLoadParameters(), define_qcc_io(), and CommandForceNormalsComputation::process().
| CCVector3d* FileIOFilter::LoadParameters::coordinatesShift |
If applicable, applied shift on load (optional)
Definition at line 71 of file FileIOFilter.h.
Referenced by MainWindow::addToDB(), ccCommandLineInterface::CLLoadParameters::CLLoadParameters(), define_qcc_io(), JsonRPCPlugin::execute(), and masc::Tools::LoadFile().
| bool* FileIOFilter::LoadParameters::coordinatesShiftEnabled |
Whether shift on load has been applied after loading (optional)
Definition at line 69 of file FileIOFilter.h.
Referenced by MainWindow::addToDB(), ccCommandLineInterface::CLLoadParameters::CLLoadParameters(), define_qcc_io(), JsonRPCPlugin::execute(), GetGlobalShift(), SimpleBinFilter::loadFile(), LASFWFFilter::loadFile(), LASFilter::loadFile(), and masc::Tools::LoadFile().
| QWidget* FileIOFilter::LoadParameters::parentWidget |
Parent widget (if any)
Definition at line 78 of file FileIOFilter.h.
Referenced by MainWindow::addToDB(), define_qcc_io(), JsonRPCPlugin::execute(), STEPFilter::importStepFile(), PhotoScanFilter::loadFile(), SoiFilter::loadFile(), SimpleBinFilter::loadFile(), E57Filter::loadFile(), LASFWFFilter::loadFile(), LasIOFilter::loadFile(), LASFilter::loadFile(), RDBFilter::loadFile(), masc::Tools::LoadFile(), STEPFilter::loadFile(), MainWindow::loadFile(), and BundlerFilter::loadFileExtended().
| bool FileIOFilter::LoadParameters::preserveShiftOnSave |
If applicable, whether shift should be preserved or not (optional)
Definition at line 73 of file FileIOFilter.h.
Referenced by define_qcc_io().
| bool FileIOFilter::LoadParameters::sessionStart |
Session start (whether the load action is the first of a session)
Definition at line 80 of file FileIOFilter.h.
Referenced by define_qcc_io(), LasIOFilter::loadFile(), and LASFilter::loadFile().
| ecvGlobalShiftManager::Mode FileIOFilter::LoadParameters::shiftHandlingMode |
How to handle big coordinates.
Definition at line 64 of file FileIOFilter.h.
Referenced by MainWindow::addToDB(), ccCommandLineInterface::CLLoadParameters::CLLoadParameters(), define_qcc_io(), JsonRPCPlugin::execute(), GetGlobalShift(), ccCommandLineParser::importFile(), SimpleBinFilter::loadFile(), LASFWFFilter::loadFile(), LASFilter::loadFile(), masc::Tools::LoadFile(), and MainWindow::loadFile().