#include <Points.hpp>
◆ Points()
◆ ~Points()
◆ at() [1/2]
Point & Points::at |
( |
size_t | pos | ) |
|
|
inline |
◆ at() [2/2]
const Point & Points::at |
( |
size_t | pos | ) |
const |
|
inline |
◆ clear()
◆ createIndex()
void Points::createIndex |
( |
| ) |
|
◆ empty()
bool Points::empty |
( |
| ) |
const |
|
inline |
◆ exportToFile()
void Points::exportToFile |
( |
const std::string & | path | ) |
const |
◆ findNN()
size_t Points::findNN |
( |
double | x, |
|
|
double | y, |
|
|
double | z ) |
◆ findRadius()
void Points::findRadius |
( |
double | x, |
|
|
double | y, |
|
|
double | z, |
|
|
double | r, |
|
|
std::vector< size_t > & | resultIndices ) |
◆ operator[]() [1/2]
Point & Points::operator[] |
( |
size_t | pos | ) |
|
|
inline |
◆ operator[]() [2/2]
const Point & Points::operator[] |
( |
size_t | pos | ) |
const |
|
inline |
◆ push_back() [1/2]
void Points::push_back |
( |
const Point & | point | ) |
|
◆ push_back() [2/2]
void Points::push_back |
( |
Point && | point | ) |
|
◆ size()
size_t Points::size |
( |
| ) |
const |
|
inline |
Referenced by ComputeClassificationAction::createVoxel(), ComputeSegmentationNNAction::createVoxel(), ComputeClassificationAction::stepClassifyGround(), ComputeElevationAction::stepComputeElevation(), ComputeSegmentationNNAction::stepCreateBranches(), ComputeSegmentationNNAction::stepCreateTrunks(), ComputeClassificationAction::stepCreateVoxelIndex(), ComputeSegmentationNNAction::stepCreateVoxelIndex(), ComputeClassificationAction::stepPointsToVoxels(), ComputeSegmentationNNAction::stepPointsToVoxels(), ComputeClassificationAction::stepVoxelsToPoints(), and ComputeSegmentationNNAction::stepVoxelsToPoints().
◆ toJson
◆ octree_
◆ points_
The documentation for this class was generated from the following files: