30 template <
typename ComputeObject,
typename Container>
43 template <
typename ComputeObject,
typename IteratorBegin,
typename IteratorEnd>
57 template <
typename ComputeObject,
typename IndexRange,
typename Po
intContainer>
59 const PointContainer& points)
const
Aggregator class used to declare specialized structures using CRTP.
This Source Code Form is subject to the terms of the Mozilla Public License, v.
FIT_RESULT
Enum corresponding to the state of a fitting method (and what the finalize function returns)
FIT_RESULT computeWithIds(IndexRange ids, const PointContainer &points)
Convenience function to iterate over a subset of samples in a PointContainer Add neighbors stored in ...
FIT_RESULT compute(const IteratorBegin &begin, const IteratorEnd &end)
Convenience function for STL-like iterators Add neighbors stored in a container using STL-like iterat...
ComputeObject is a virtual object that represents an algorithm which can be used with the compute fun...
FIT_RESULT compute(ComputeObject &co, const Container &c) const
Convenience function for STL-like container.
FIT_RESULT compute(ComputeObject &co, const IteratorBegin &begin, const IteratorEnd &end) const
Convenience function for STL-like iterators.
FIT_RESULT computeWithIds(ComputeObject &co, IndexRange ids, const PointContainer &points) const
[SingleEvaluationScheme Compute Definition]