Jet  v1.3.3
Classes | Namespaces | Macros | Typedefs
point_neighbor_searcher3.h File Reference
#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...
 

Macro Definition Documentation

◆ JET_NEIGHBOR_SEARCHER3_TYPE_NAME

#define JET_NEIGHBOR_SEARCHER3_TYPE_NAME (   DerivedClassName)
Value:
std::string typeName() const override { \
return #DerivedClassName; \
}