Helios++
Helios software for LiDAR simulations
|
KDTree primitive comparator. More...
#include <KDTreePrimitiveComparator.h>
Public Member Functions | |
KDTreePrimitiveComparator (int axis) | |
Constructor for KDTree primitive comparator. More... | |
bool | operator() (Primitive *a, Primitive *b) |
KDTree primitive comparator functor. More... | |
Public Attributes | |
int | axis |
Index of axis considered for the comparison. | |
KDTree primitive comparator.
|
inlineexplicit |
Constructor for KDTree primitive comparator.
axis |
KDTree primitive comparator functor.
a | First primitive for the comparison |
b | Second primitive for the comparison |