4#ifndef vtkAffineImplicitBackend_h
5#define vtkAffineImplicitBackend_h
7#include "vtkCommonCoreModule.h"
33VTK_ABI_NAMESPACE_BEGIN
34template <
typename ValueType>
A utility structure serving as a backend for affine (as a function of the index) implicit arrays.
vtkAffineImplicitBackend(ValueType slope, ValueType intercept)
A non-trivially constructible constructor.
ValueType Intercept
The value of the affine function at index 0.
ValueType operator()(int index) const
The main call method for the backend.
ValueType Slope
The slope of the affine function on the indeces.