![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Options for exporting selections. More...
#include <cvSelectionExporter.h>
Public Member Functions | |
| ExportOptions () | |
Public Attributes | |
| QString | name |
| bool | addToScene |
| bool | saveToFile |
| QString | filename |
| bool | writeAscii |
| bool | compressed |
| QWidget * | parentWidget |
Options for exporting selections.
Definition at line 47 of file cvSelectionExporter.h.
|
inline |
Definition at line 57 of file cvSelectionExporter.h.
| bool cvSelectionExporter::ExportOptions::addToScene |
Definition at line 49 of file cvSelectionExporter.h.
| bool cvSelectionExporter::ExportOptions::compressed |
Definition at line 53 of file cvSelectionExporter.h.
Referenced by cvSelectionExporter::exportFromSourceCloud(), cvSelectionExporter::exportFromSourceMesh(), cvSelectionExporter::exportToMesh(), and cvSelectionExporter::exportToPointCloud().
| QString cvSelectionExporter::ExportOptions::filename |
Definition at line 51 of file cvSelectionExporter.h.
Referenced by cvSelectionExporter::exportFromSourceCloud(), cvSelectionExporter::exportFromSourceMesh(), cvSelectionExporter::exportToMesh(), and cvSelectionExporter::exportToPointCloud().
| QString cvSelectionExporter::ExportOptions::name |
Definition at line 48 of file cvSelectionExporter.h.
Referenced by cvSelectionExporter::batchExportToMeshes(), cvSelectionExporter::batchExportToPointClouds(), cvSelectionExporter::exportFromSourceCloud(), cvSelectionExporter::exportFromSourceMesh(), cvSelectionExporter::exportToMesh(), and cvSelectionExporter::exportToPointCloud().
| QWidget* cvSelectionExporter::ExportOptions::parentWidget |
Definition at line 54 of file cvSelectionExporter.h.
| bool cvSelectionExporter::ExportOptions::saveToFile |
Definition at line 50 of file cvSelectionExporter.h.
Referenced by cvSelectionExporter::exportFromSourceCloud(), cvSelectionExporter::exportFromSourceMesh(), cvSelectionExporter::exportToMesh(), and cvSelectionExporter::exportToPointCloud().
| bool cvSelectionExporter::ExportOptions::writeAscii |
Definition at line 52 of file cvSelectionExporter.h.
Referenced by cvSelectionExporter::exportFromSourceCloud(), cvSelectionExporter::exportFromSourceMesh(), cvSelectionExporter::exportToMesh(), and cvSelectionExporter::exportToPointCloud().