Add(const Vector< double, N > &point) | CubbyFlow::PointHashGridSearcher< N > | |
Buckets() const | CubbyFlow::PointHashGridSearcher< N > | |
Build(const ConstArrayView1< Vector< double, N >> &points, double maxSearchRadius) override | CubbyFlow::PointHashGridSearcher< N > | virtual |
CubbyFlow::PointNeighborSearcher::Build(const ConstArrayView1< Vector< double, N >> &points) | CubbyFlow::PointNeighborSearcher< N > | virtual |
Clone() const override | CubbyFlow::PointHashGridSearcher< N > | virtual |
Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::PointHashGridSearcher< N > | virtual |
ForEachNearbyPoint(const Vector< double, N > &origin, double radius, const ForEachNearbyPointFunc &callback) const override | CubbyFlow::PointHashGridSearcher< N > | virtual |
ForEachNearbyPointFunc typedef | CubbyFlow::PointNeighborSearcher< N > | |
GetBuilder() | CubbyFlow::PointHashGridSearcher< N > | static |
HasNearbyPoint(const Vector< double, N > &origin, double radius) const override | CubbyFlow::PointHashGridSearcher< N > | virtual |
operator=(const PointHashGridSearcher &other) | CubbyFlow::PointHashGridSearcher< N > | |
operator=(PointHashGridSearcher &&other) noexcept | CubbyFlow::PointHashGridSearcher< N > | |
CubbyFlow::PointNeighborSearcher::operator=(const PointNeighborSearcher &other)=default | CubbyFlow::PointNeighborSearcher< N > | |
CubbyFlow::PointNeighborSearcher::operator=(PointNeighborSearcher &&other) noexcept=default | CubbyFlow::PointNeighborSearcher< N > | |
CubbyFlow::Serializable::operator=(const Serializable &)=default | CubbyFlow::Serializable | |
CubbyFlow::Serializable::operator=(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
PointHashGridSearcher(const Vector< size_t, N > &resolution, double gridSpacing) | CubbyFlow::PointHashGridSearcher< N > | |
PointHashGridSearcher(const PointHashGridSearcher &other) | CubbyFlow::PointHashGridSearcher< N > | |
PointHashGridSearcher(PointHashGridSearcher &&other) noexcept | CubbyFlow::PointHashGridSearcher< N > | |
PointNeighborSearcher()=default | CubbyFlow::PointNeighborSearcher< N > | |
PointNeighborSearcher(const PointNeighborSearcher &other)=default | CubbyFlow::PointNeighborSearcher< N > | |
PointNeighborSearcher(PointNeighborSearcher &&other) noexcept=default | CubbyFlow::PointNeighborSearcher< N > | |
Serializable()=default | CubbyFlow::Serializable | |
Serializable(const Serializable &)=default | CubbyFlow::Serializable | |
Serializable(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
Serialize(std::vector< uint8_t > *buffer) const override | CubbyFlow::PointHashGridSearcher< N > | virtual |
Set(const PointHashGridSearcher &other) | CubbyFlow::PointHashGridSearcher< N > | |
TypeName() const =0 | CubbyFlow::PointNeighborSearcher< N > | pure virtual |
~PointHashGridSearcher() override=default | CubbyFlow::PointHashGridSearcher< N > | |
~PointNeighborSearcher() override=default | CubbyFlow::PointNeighborSearcher< N > | |
~Serializable()=default | CubbyFlow::Serializable | virtual |