7 template <
class DataPo
int,
class _NFilter,
typename T>
9#if defined(__GNUC__) && !defined(__clang__)
13 __attribute__((optimize(
"no-tree-vectorize")))
20 m_vmin = VectorType::Zero();
21 m_vmax = VectorType::Zero();
25 template <
class DataPo
int,
class _NFilter,
typename T>
void init()
Set the evaluation position and reset the internal states.
void setCurvatureValues(Scalar kmin, Scalar kmax, const VectorType &vmin, const VectorType &vmax)
Set curvature values. To be called in finalize() by child classes.
typename Base::VectorType VectorType
Alias to vector type.
typename DataPoint::Scalar Scalar
Alias to scalar type.
This Source Code Form is subject to the terms of the Mozilla Public License, v.