|
Ponca
cfb0fcc680f97b3ab7288990161ce80053655869
Point Cloud Analysis library
|
SingleEvaluationScheme. More...
#include <evaluationScheme.h>
Collaboration diagram for Ponca::SingleEvaluationScheme:Public Member Functions | |
| template<typename ComputeObject , typename Container > | |
| FIT_RESULT | compute (ComputeObject &co, const Container &c) const |
| Convenience function for STL-like container. | |
| template<typename ComputeObject , typename IteratorBegin , typename IteratorEnd > | |
| FIT_RESULT | compute (ComputeObject &co, const IteratorBegin &begin, const IteratorEnd &end) const |
| Convenience function for STL-like iterators. | |
| template<typename ComputeObject , typename IndexRange , typename PointContainer > | |
| FIT_RESULT | computeWithIds (ComputeObject &co, IndexRange ids, const PointContainer &points) const |
| [SingleEvaluationScheme Compute Definition] | |
Simple evaluation scheme that calls compute on the given fit
Definition at line 19 of file evaluationScheme.h.
|
inline |
Convenience function for STL-like container.
| ComputeObject | Compute object to call the function on |
| Container | And STL-Like container |
Definition at line 31 of file evaluationScheme.h.
|
inline |
Convenience function for STL-like iterators.
| ComputeObject | Compute object to call the function on |
| IteratorBegin | The beginning of the iterator (std::begin(iterator) |
| IteratorEnd | The end of the iterator (std::end(iterator) [SingleEvaluationScheme Compute Definition] |
Definition at line 44 of file evaluationScheme.h.
|
inline |
[SingleEvaluationScheme Compute Definition]
Convenience function to iterate over a subset of samples in a PointContainer
| ComputeObject | Compute object to call the function on |
| IndexRange | STL-Like range storing indices of the neighbors |
| PointContainer | STL-like container storing the points |
Definition at line 58 of file evaluationScheme.h.