Jet  v1.3.3
Classes | Namespaces | Macros | Typedefs
point_neighbor_searcher2.h File Reference
#include <jet/array_accessor1.h>
#include <jet/serialization.h>
#include <jet/vector2.h>
#include <functional>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  jet::PointNeighborSearcher2
 Abstract base class for 2-D neighbor point searcher. More...
 
class  jet::PointNeighborSearcherBuilder2
 Abstract base class for 2-D point neighbor searcher builders. More...
 

Namespaces

 jet
 

Macros

#define JET_NEIGHBOR_SEARCHER2_TYPE_NAME(DerivedClassName)
 

Typedefs

typedef std::shared_ptr< PointNeighborSearcher2 > jet::PointNeighborSearcher2Ptr
 Shared pointer for the PointNeighborSearcher2 type. More...
 
typedef std::shared_ptr< PointNeighborSearcherBuilder2 > jet::PointNeighborSearcherBuilder2Ptr
 Shared pointer for the PointNeighborSearcherBuilder2 type. More...
 

Macro Definition Documentation

◆ JET_NEIGHBOR_SEARCHER2_TYPE_NAME

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