#include <Editor.hpp>
◆ Type
Editor Data Type.
| Enumerator |
|---|
| TYPE_CLASSIFICATION | |
| TYPE_CLIP_FILTER | |
| TYPE_DATA_SET | |
| TYPE_DESCRIPTOR | |
| TYPE_ELEVATION | |
| TYPE_INTENSITY | |
| TYPE_SEGMENT | |
| TYPE_PROJECT_NAME | |
| TYPE_SETTINGS | |
◆ Editor()
◆ ~Editor()
◆ addModifier()
◆ applyFilters()
| void Editor::applyFilters |
( |
| ) |
|
◆ boundary()
| const Box< double > & Editor::boundary |
( |
| ) |
const |
|
inline |
◆ classifications()
◆ classificationsFilter()
◆ clipBoundary()
| Box< double > Editor::clipBoundary |
( |
| ) |
const |
◆ clipFilter()
| const Region & Editor::clipFilter |
( |
| ) |
const |
|
inline |
◆ close()
◆ datasets() [1/2]
◆ datasets() [2/2]
| const Datasets & Editor::datasets |
( |
| ) |
const |
|
inline |
Referenced by Query::applyCamera(), Query::exec(), PageData::readPage(), ViewerOpenGLViewport::resetScene(), Page::runColorModifier(), setDatasets(), Query::setGrid(), FilterFilesWidget::slotUpdate(), ComputeClassificationAction::start(), ComputeDescriptorAction::start(), ComputeSegmentationNNAction::start(), ComputeElevationAction::start(), PageData::transform(), and PageData::writePage().
◆ datasetsFilter()
◆ descriptorFilter()
| const Range< double > & Editor::descriptorFilter |
( |
| ) |
const |
|
inline |
◆ elevationFilter()
| const Range< double > & Editor::elevationFilter |
( |
| ) |
const |
|
inline |
◆ erasePage()
| void Editor::erasePage |
( |
size_t | dataset, |
|
|
size_t | index ) |
◆ intensityFilter()
| const Range< double > & Editor::intensityFilter |
( |
| ) |
const |
|
inline |
◆ open()
◆ openDataset()
◆ openProject()
| void Editor::openProject |
( |
const std::string & | path | ) |
|
|
protected |
◆ projectName()
| const std::string & Editor::projectName |
( |
| ) |
const |
|
inline |
◆ projectPath()
| const std::string & Editor::projectPath |
( |
| ) |
const |
|
inline |
◆ readPage()
| std::shared_ptr< PageData > Editor::readPage |
( |
size_t | dataset, |
|
|
size_t | index ) |
◆ resetClipFilter()
| void Editor::resetClipFilter |
( |
| ) |
|
◆ runModifiers()
| void Editor::runModifiers |
( |
Page * | page | ) |
|
◆ saveProject()
| void Editor::saveProject |
( |
const std::string & | path | ) |
|
◆ segments()
| const Segments & Editor::segments |
( |
| ) |
const |
|
inline |
◆ segmentsFilter()
◆ setClassifications()
◆ setClassificationsFilter()
| void Editor::setClassificationsFilter |
( |
const QueryFilterSet & | filter | ) |
|
◆ setClipFilter()
| void Editor::setClipFilter |
( |
const Region & | clipFilter | ) |
|
◆ setDatasets()
| void Editor::setDatasets |
( |
const Datasets & | datasets | ) |
|
◆ setDatasetsFilter()
◆ setDescriptorFilter()
| void Editor::setDescriptorFilter |
( |
const Range< double > & | descriptorFilter | ) |
|
◆ setElevationFilter()
| void Editor::setElevationFilter |
( |
const Range< double > & | elevationFilter | ) |
|
◆ setIntensityFilter()
| void Editor::setIntensityFilter |
( |
const Range< double > & | intensityFilter | ) |
|
◆ setProjectPath()
| void Editor::setProjectPath |
( |
const std::string & | projectPath | ) |
|
|
protected |
◆ setSegments()
| void Editor::setSegments |
( |
const Segments & | segments | ) |
|
◆ setSegmentsFilter()
◆ setSettingsUnits()
| void Editor::setSettingsUnits |
( |
const SettingsUnits & | settingsUnits | ) |
|
◆ setSettingsView()
| void Editor::setSettingsView |
( |
const SettingsView & | settingsView | ) |
|
◆ settings()
| const Settings & Editor::settings |
( |
| ) |
const |
|
inline |
Referenced by open(), openDataset(), TreeTableExportDialog::properties(), ViewerOpenGLViewport::renderAttributes(), ViewerOpenGLViewport::renderFirstFrame(), ViewerOpenGLViewport::renderSceneSettingsDisable(), ViewerOpenGLViewport::renderSceneSettingsEnable(), Page::runColorModifier(), FilterElevationWidget::setElevation(), FilterAreaBoxWidget::setRegion(), TreeTableWidget::setRow(), FilterTreesTreeWidget::setSegment(), FilterAreaBoxWidget::slotRangeIntermediateMaximumValue(), FilterElevationWidget::slotRangeIntermediateMaximumValue(), FilterAreaBoxWidget::slotRangeIntermediateMinimumValue(), FilterElevationWidget::slotRangeIntermediateMinimumValue(), SettingsUnitsWidget::slotUpdate(), SettingsViewWidget::slotUpdate(), ComputeClassificationAction::start(), ComputeDescriptorAction::start(), ComputeSegmentationNNAction::start(), ComputeTreeAttributesAction::start(), and ComputeElevationAction::start().
◆ unsavedChanges()
| bool Editor::unsavedChanges |
( |
| ) |
const |
|
inline |
◆ updateAfterRead()
| void Editor::updateAfterRead |
( |
| ) |
|
|
protected |
◆ updateAfterSet()
| void Editor::updateAfterSet |
( |
| ) |
|
|
protected |
◆ viewports() [1/2]
Referenced by ExportFileAction::initialize(), RenderThread::next(), ViewerOpenGLViewport::renderScene(), ComputeHeightMapModifier::setPreviewEnabled(), EditPlugin::slotResetElevation(), ComputeClassificationAction::stepCountPoints(), ComputeDescriptorAction::stepCountPoints(), ComputeElevationAction::stepCountPoints(), ComputeSegmentationNNAction::stepCountPoints(), MainWindow::update(), MainWindow::updateData(), MainWindow::updateFilter(), MainWindow::updateModifiers(), and MainWindow::updateRender().
◆ viewports() [2/2]
| const Viewports & Editor::viewports |
( |
| ) |
const |
|
inline |
◆ viewportsResize()
| void Editor::viewportsResize |
( |
size_t | n | ) |
|
◆ classifications_
◆ classificationsFilter_
◆ clipFilter_
◆ datasets_
◆ datasetsFilter_
◆ datasetsRange_
◆ descriptorFilter_
| Range<double> Editor::descriptorFilter_ |
|
protected |
◆ elevationFilter_
| Range<double> Editor::elevationFilter_ |
|
protected |
◆ intensityFilter_
| Range<double> Editor::intensityFilter_ |
|
protected |
◆ modifiers_
◆ mutex_
| std::mutex Editor::mutex_ |
◆ pageManager_
◆ projectName_
| std::string Editor::projectName_ |
|
protected |
◆ projectPath_
| std::string Editor::projectPath_ |
|
protected |
◆ segments_
◆ segmentsFilter_
◆ settings_
◆ unsavedChanges_
| bool Editor::unsavedChanges_ |
|
protected |
◆ viewports_
The documentation for this class was generated from the following files: