#include <ClassificationAction.hpp>
Inherits ProgressActionInterface.
◆ ClassificationAction()
| ClassificationAction::ClassificationAction |
( |
Editor * |
editor | ) |
|
◆ ~ClassificationAction()
| ClassificationAction::~ClassificationAction |
( |
| ) |
|
|
virtual |
◆ clear()
| void ClassificationAction::clear |
( |
| ) |
|
◆ createVoxel()
| void ClassificationAction::createVoxel |
( |
| ) |
|
|
protected |
◆ next()
| void ClassificationAction::next |
( |
| ) |
|
|
virtual |
◆ start()
| void ClassificationAction::start |
( |
double |
voxelRadius, |
|
|
double |
searchRadius, |
|
|
double |
angle, |
|
|
bool |
cleanGround, |
|
|
bool |
cleanAll |
|
) |
| |
◆ stepClassifyGround()
| void ClassificationAction::stepClassifyGround |
( |
| ) |
|
|
protected |
◆ stepCountPoints()
| void ClassificationAction::stepCountPoints |
( |
| ) |
|
|
protected |
◆ stepCreateVoxelIndex()
| void ClassificationAction::stepCreateVoxelIndex |
( |
| ) |
|
|
protected |
◆ stepPointsToVoxels()
| void ClassificationAction::stepPointsToVoxels |
( |
| ) |
|
|
protected |
◆ stepResetPoints()
| void ClassificationAction::stepResetPoints |
( |
| ) |
|
|
protected |
◆ stepVoxelsToPoints()
| void ClassificationAction::stepVoxelsToPoints |
( |
| ) |
|
|
protected |
◆ angle_
| double ClassificationAction::angle_ |
|
protected |
◆ cleanAll_
| bool ClassificationAction::cleanAll_ |
|
protected |
◆ cleanGround_
| bool ClassificationAction::cleanGround_ |
|
protected |
◆ editor_
| Editor* ClassificationAction::editor_ |
|
protected |
◆ group_
| std::vector<size_t> ClassificationAction::group_ |
|
protected |
◆ minimumIndex_
| size_t ClassificationAction::minimumIndex_ |
|
protected |
◆ minimumValue_
| double ClassificationAction::minimumValue_ |
|
protected |
◆ nPointsInFilter_
| uint64_t ClassificationAction::nPointsInFilter_ |
|
protected |
◆ nPointsTotal_
| uint64_t ClassificationAction::nPointsTotal_ |
|
protected |
◆ path_
| std::vector<size_t> ClassificationAction::path_ |
|
protected |
◆ query_
| Query ClassificationAction::query_ |
|
protected |
◆ queryPoint_
| Query ClassificationAction::queryPoint_ |
|
protected |
◆ searchGround_
| std::vector<size_t> ClassificationAction::searchGround_ |
|
protected |
◆ searchNext_
| std::vector<size_t> ClassificationAction::searchNext_ |
|
protected |
◆ searchRadius_
| double ClassificationAction::searchRadius_ |
|
protected |
◆ voxelRadius_
| double ClassificationAction::voxelRadius_ |
|
protected |
◆ voxels_
| Points ClassificationAction::voxels_ |
|
protected |
The documentation for this class was generated from the following files:
- ClassificationAction.hpp
- ClassificationAction.cpp