Loading...
Searching...
No Matches
PointNeighborSearcher.hpp File Reference
#include <Core/Matrix/Matrix.hpp>#include <Core/Utils/Serialization.hpp>#include <functional>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | CubbyFlow::PointNeighborSearcher< N > |
| Abstract base class for N-D neighbor point searcher. More... | |
| class | CubbyFlow::PointNeighborSearcherBuilder< N > |
| Abstract base class for N-D point neighbor searcher builders. More... | |
Namespaces | |
| namespace | CubbyFlow |
Macros | |
| #define | CUBBYFLOW_NEIGHBOR_SEARCHER_TYPE_NAME(DerivedClassName, N) |
Macro Definition Documentation
◆ CUBBYFLOW_NEIGHBOR_SEARCHER_TYPE_NAME
| #define CUBBYFLOW_NEIGHBOR_SEARCHER_TYPE_NAME | ( | DerivedClassName, | |
| N | |||
| ) |
Value:
[[nodiscard]] std::string TypeName() const override \
{ \
return #DerivedClassName + std::to_string(N); \
}
1.9.8