#include <Point.hpp>
Classes | |
class | IO |
Public Types | |
typedef double | Type |
Public Member Functions | |
Point ()=default | |
Point (double x_, double y_, double z_) | |
Public Attributes | |
double | x |
double | y |
double | z |
double | elevation |
double | descriptor |
double | dist |
size_t | next |
size_t | group |
uint32_t | status |
typedef double Point::Type |
|
default |
Point::Point | ( | double | x_, |
double | y_, | ||
double | z_ ) |
double Point::descriptor |
double Point::dist |
double Point::elevation |
size_t Point::group |
Referenced by ComputeClassificationAction::createVoxel(), ComputeSegmentationNNAction::createVoxel(), ComputeSegmentationNNAction::findNearestNeighbor(), Point::IO::read(), ComputeClassificationAction::stepClassifyGround(), ComputeSegmentationNNAction::stepCreateBranches(), ComputeSegmentationNNAction::stepCreateTrunks(), ComputeSegmentationNNAction::trunkVoxel(), and Point::IO::write().
size_t Point::next |
uint32_t Point::status |
Referenced by ComputeSegmentationNNAction::createVoxel(), Point::IO::read(), and Point::IO::write().
double Point::x |
Referenced by ComputeSegmentationNNAction::continueGroup(), ComputeElevationAction::createGroundPoint(), ComputeClassificationAction::createVoxel(), ComputeSegmentationNNAction::createVoxel(), ComputeSegmentationNNAction::findNearestNeighbor(), Point::IO::read(), ComputeSegmentationNNAction::startGroup(), ComputeClassificationAction::stepClassifyGround(), ComputeSegmentationNNAction::stepCreateTrunks(), and Point::IO::write().
double Point::y |
Referenced by ComputeSegmentationNNAction::continueGroup(), ComputeElevationAction::createGroundPoint(), ComputeClassificationAction::createVoxel(), ComputeSegmentationNNAction::createVoxel(), ComputeSegmentationNNAction::findNearestNeighbor(), Point::IO::read(), ComputeSegmentationNNAction::startGroup(), ComputeClassificationAction::stepClassifyGround(), ComputeSegmentationNNAction::stepCreateTrunks(), and Point::IO::write().
double Point::z |
Referenced by ComputeSegmentationNNAction::continueGroup(), ComputeElevationAction::createGroundPoint(), ComputeClassificationAction::createVoxel(), ComputeSegmentationNNAction::createVoxel(), ComputeSegmentationNNAction::findNearestNeighbor(), Point::IO::read(), ComputeSegmentationNNAction::startGroup(), ComputeClassificationAction::stepClassifyGround(), ComputeSegmentationNNAction::stepCreateTrunks(), and Point::IO::write().