#include "vtkImageAlgorithm.h"
Go to the source code of this file.
Classes | |
class | vtkFastSplatter |
A splatter optimized for splatting single kernels. More... | |
Functions | |
template<class T> | |
void | vtkFastSplatterClamp (T *array, vtkIdType arraySize, T minValue, T maxValue) |
template<class T> | |
void | vtkFastSplatterScale (T *array, int numComponents, vtkIdType numTuples, T minValue, T maxValue, double *dataMinValue, double *dataMaxValue) |
template<class T> | |
void | vtkFastSplatterFrozenScale (T *array, int numComponents, vtkIdType numTuples, T minValue, T maxValue, double min, double max) |
void vtkFastSplatterClamp | ( | T * | array, | |
vtkIdType | arraySize, | |||
T | minValue, | |||
T | maxValue | |||
) | [inline] |
Definition at line 160 of file vtkFastSplatter.h.
void vtkFastSplatterScale | ( | T * | array, | |
int | numComponents, | |||
vtkIdType | numTuples, | |||
T | minValue, | |||
T | maxValue, | |||
double * | dataMinValue, | |||
double * | dataMaxValue | |||
) | [inline] |
Definition at line 173 of file vtkFastSplatter.h.
void vtkFastSplatterFrozenScale | ( | T * | array, | |
int | numComponents, | |||
vtkIdType | numTuples, | |||
T | minValue, | |||
T | maxValue, | |||
double | min, | |||
double | max | |||
) | [inline] |
Definition at line 232 of file vtkFastSplatter.h.