|
ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <algorithm>#include <cstddef>#include <fstream>#include <set>#include <vector>

Go to the source code of this file.
Classes | |
| class | Point |
| class | PointCloud |
Functions | |
| Point | operator* (Point x, double c) |
| Point | operator* (double c, Point x) |
| void | load_csv_file (const char *fname, PointCloud &cloud, const char delimiter, size_t skip=0) |
| void | smoothen_cloud (const PointCloud &cloud, PointCloud &result_cloud, double radius) |
| void load_csv_file | ( | const char * | fname, |
| PointCloud & | cloud, | ||
| const char | delimiter, | ||
| size_t | skip = 0 |
||
| ) |
Definition at line 183 of file pointcloud.cxx.
Definition at line 142 of file pointcloud.cxx.
Definition at line 137 of file pointcloud.cxx.
| void smoothen_cloud | ( | const PointCloud & | cloud, |
| PointCloud & | result_cloud, | ||
| double | radius | ||
| ) |
Definition at line 254 of file pointcloud.cxx.
1.8.18