Ponca
aa50bfdf187919869239c5b44b748842569114c1
Point Cloud Analysis library
|
Public Types | |
using | Iterator = typename Traits::IndexContainer::const_iterator |
using | QueryType = KNearestIndexQuery< typename Traits::IndexType, typename Traits::DataPoint::Scalar > |
Public Types inherited from Ponca::KNearestIndexQuery< Traits::IndexType, Traits::DataPoint::Scalar > | |
using | Base = Query< QueryInputIsIndex< Traits::IndexType >, QueryOutputIsKNearest< Traits::IndexType, Traits::DataPoint::Scalar > > |
Public Types inherited from Ponca::Query< Input_, Output_ > | |
using | QueryInType = Input_ |
using | QueryOutType = Output_ |
Public Member Functions | |
KnnGraphKNearestQuery (const KnnGraphBase< Traits > *graph, int index) | |
Iterator | begin () const |
Iterator | end () const |
Public Member Functions inherited from Ponca::Query< Input_, Output_ > | |
Query (const typename QueryInType::InputType &in) | |
Query (const typename QueryOutType::OutputParameter &outParam, const typename QueryInType::InputType &in) | |
Protected Attributes | |
const KnnGraphBase< Traits > * | m_graph {nullptr} |
Definition at line 23 of file knnGraphKNearestQuery.h.
using Ponca::KnnGraphKNearestQuery< Traits >::Iterator = typename Traits::IndexContainer::const_iterator |
Definition at line 32 of file knnGraphKNearestQuery.h.
using Ponca::KnnGraphKNearestQuery< Traits >::QueryType = KNearestIndexQuery<typename Traits::IndexType, typename Traits::DataPoint::Scalar> |
Definition at line 34 of file knnGraphKNearestQuery.h.
|
inline |
Definition at line 40 of file knnGraphKNearestQuery.h.
|
inline |
Definition at line 43 of file knnGraphKNearestQuery.h.
|
inline |
Definition at line 46 of file knnGraphKNearestQuery.h.
|
protected |
Definition at line 51 of file knnGraphKNearestQuery.h.