Build(const ConstArrayView1< Vector< double, N >> &points) | CubbyFlow::PointNeighborSearcher< N > | virtual |
Build(const ConstArrayView1< Vector< double, N >> &points, double maxSearchRadius)=0 | CubbyFlow::PointNeighborSearcher< N > | pure virtual |
Clone() const =0 | CubbyFlow::PointNeighborSearcher< N > | pure virtual |
Deserialize(const std::vector< uint8_t > &buffer)=0 | CubbyFlow::Serializable | pure virtual |
ForEachNearbyPoint(const Vector< double, N > &origin, double radius, const ForEachNearbyPointFunc &callback) const =0 | CubbyFlow::PointNeighborSearcher< N > | pure virtual |
ForEachNearbyPointFunc typedef | CubbyFlow::PointNeighborSearcher< N > | |
HasNearbyPoint(const Vector< double, N > &origin, double radius) const =0 | CubbyFlow::PointNeighborSearcher< N > | pure virtual |
operator=(const PointNeighborSearcher &other)=default | CubbyFlow::PointNeighborSearcher< N > | |
operator=(PointNeighborSearcher &&other) noexcept=default | CubbyFlow::PointNeighborSearcher< N > | |
CubbyFlow::Serializable::operator=(const Serializable &)=default | CubbyFlow::Serializable | |
CubbyFlow::Serializable::operator=(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
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 =0 | CubbyFlow::Serializable | pure virtual |
TypeName() const =0 | CubbyFlow::PointNeighborSearcher< N > | pure virtual |
~PointNeighborSearcher() override=default | CubbyFlow::PointNeighborSearcher< N > | |
~Serializable()=default | CubbyFlow::Serializable | virtual |