#include <pointcloud.h>
Definition at line 71 of file main.cpp.
◆ Point() [1/6]
Point::Point |
( |
pcl::PointXYZ |
point | ) |
|
|
inline |
◆ Point() [2/6]
◆ Point() [3/6]
Point::Point |
( |
const std::vector< double > & |
point | ) |
|
◆ Point() [4/6]
Point::Point |
( |
const std::vector< double > & |
point, |
|
|
const std::set< size_t > & |
cluster_ids |
|
) |
| |
◆ Point() [5/6]
Point::Point |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
◆ Point() [6/6]
Point::Point |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
const std::set< size_t > & |
cluster_ids |
|
) |
| |
◆ as_vector()
std::vector< double > Point::as_vector |
( |
| ) |
const |
◆ GetID()
int Point::GetID |
( |
| ) |
const |
|
inline |
◆ norm()
double Point::norm |
( |
| ) |
const |
◆ operator*()
double Point::operator* |
( |
const Point & |
p | ) |
const |
◆ operator+()
◆ operator-()
◆ operator/()
Point Point::operator/ |
( |
double |
c | ) |
const |
◆ operator=()
◆ operator==() [1/2]
bool Point::operator== |
( |
const Point & |
p | ) |
const |
◆ operator==() [2/2]
bool Point::operator== |
( |
const Point & |
p | ) |
const |
|
inline |
◆ SetID()
void Point::SetID |
( |
int |
pid | ) |
|
|
inline |
◆ squared_norm()
double Point::squared_norm |
( |
| ) |
const |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Point & |
p |
|
) |
| |
|
friend |
◆ clIds
std::vector<int> Point::clIds |
◆ cluster_ids
std::set<size_t> Point::cluster_ids |
◆ id
◆ x [1/2]
◆ x [2/2]
◆ y [1/2]
◆ y [2/2]
◆ z [1/2]
◆ z [2/2]
The documentation for this class was generated from the following files:
- /github/workspace/AtReconstruction/AtPatternRecognition/trackfinder/src/main.cpp
- /github/workspace/AtReconstruction/AtPatternRecognition/triplclust/src/pointcloud.h
- /github/workspace/AtReconstruction/AtPatternRecognition/triplclust/src/pointcloud.cxx