|
Jet
v1.3.3
|
#include <jet/array_accessor1.h>#include <jet/serialization.h>#include <jet/vector3.h>#include <functional>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | jet::PointNeighborSearcher3 |
| Abstract base class for 3-D neighbor point searcher. More... | |
| class | jet::PointNeighborSearcherBuilder3 |
| Abstract base class for 3-D point neighbor searcher builders. More... | |
Namespaces | |
| jet | |
Macros | |
| #define | JET_NEIGHBOR_SEARCHER3_TYPE_NAME(DerivedClassName) |
Typedefs | |
| typedef std::shared_ptr< PointNeighborSearcher3 > | jet::PointNeighborSearcher3Ptr |
| Shared pointer for the PointNeighborSearcher3 type. More... | |
| typedef std::shared_ptr< PointNeighborSearcherBuilder3 > | jet::PointNeighborSearcherBuilder3Ptr |
| Shared pointer for the PointNeighborSearcherBuilder3 type. More... | |
| #define JET_NEIGHBOR_SEARCHER3_TYPE_NAME | ( | DerivedClassName | ) |
1.8.18