PointNeighborSearcher2.h File Reference
#include <Core/Utils/Serialization.h>
#include <Core/Vector/Vector2.h>
#include <functional>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

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

Namespaces

 CubbyFlow
 

Macros

#define CUBBYFLOW_NEIGHBOR_SEARCHER2_TYPE_NAME(DerivedClassName)
 

Typedefs

using CubbyFlow::PointNeighborSearcher2Ptr = std::shared_ptr< PointNeighborSearcher2 >
 Shared pointer for the PointNeighborSearcher2 type. More...
 
using CubbyFlow::PointNeighborSearcherBuilder2Ptr = std::shared_ptr< PointNeighborSearcherBuilder2 >
 Shared pointer for the PointNeighborSearcherBuilder2 type. More...
 

Macro Definition Documentation

◆ CUBBYFLOW_NEIGHBOR_SEARCHER2_TYPE_NAME

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