4 #ifndef vtkAffineImplicitBackend_h
5 #define vtkAffineImplicitBackend_h
7 #include "vtkCommonCoreModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
34 template <
typename ValueType>
51 ValueType operator()(
int index)
const;
64 #endif // vtkAffineImplicitBackend_h
ValueType Intercept
The value of the affine function at index 0.
ValueType Slope
The slope of the affine function on the indeces.
A utility structure serving as a backend for affine (as a function of the index) implicit arrays...