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

Go to the source code of this file.

Classes

class  CubbyFlow::PointNeighborSearcher3
 Abstract base class for 3-D neighbor point searcher. More...
 
class  CubbyFlow::PointNeighborSearcherBuilder3
 Abstract base class for 3-D point neighbor searcher builders. More...
 

Namespaces

 CubbyFlow
 

Macros

#define CUBBYFLOW_NEIGHBOR_SEARCHER3_TYPE_NAME(DerivedClassName)
 

Typedefs

using CubbyFlow::PointNeighborSearcher3Ptr = std::shared_ptr< PointNeighborSearcher3 >
 Shared pointer for the PointNeighborSearcher3 type. More...
 
using CubbyFlow::PointNeighborSearcherBuilder3Ptr = std::shared_ptr< PointNeighborSearcherBuilder3 >
 Shared pointer for the PointNeighborSearcherBuilder3 type. More...
 

Macro Definition Documentation

◆ CUBBYFLOW_NEIGHBOR_SEARCHER3_TYPE_NAME

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