#include "vtkImageAlgorithm.h"
#include "vtkImagingHybridModule.h"
 
Go to the source code of this file.
 | 
| 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) | 
|   | 
◆ vtkFastSplatterClamp()
template<class T > 
      
        
          | void vtkFastSplatterClamp  | 
          ( | 
          T *  | 
          array,  | 
        
        
           | 
           | 
          vtkIdType  | 
          arraySize,  | 
        
        
           | 
           | 
          T  | 
          minValue,  | 
        
        
           | 
           | 
          T  | 
          maxValue  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ vtkFastSplatterScale()
template<class T > 
      
        
          | void vtkFastSplatterScale  | 
          ( | 
          T *  | 
          array,  | 
        
        
           | 
           | 
          int  | 
          numComponents,  | 
        
        
           | 
           | 
          vtkIdType  | 
          numTuples,  | 
        
        
           | 
           | 
          T  | 
          minValue,  | 
        
        
           | 
           | 
          T  | 
          maxValue,  | 
        
        
           | 
           | 
          double *  | 
          dataMinValue,  | 
        
        
           | 
           | 
          double *  | 
          dataMaxValue  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ vtkFastSplatterFrozenScale()
template<class T > 
      
        
          | void vtkFastSplatterFrozenScale  | 
          ( | 
          T *  | 
          array,  | 
        
        
           | 
           | 
          int  | 
          numComponents,  | 
        
        
           | 
           | 
          vtkIdType  | 
          numTuples,  | 
        
        
           | 
           | 
          T  | 
          minValue,  | 
        
        
           | 
           | 
          T  | 
          maxValue,  | 
        
        
           | 
           | 
          double  | 
          min,  | 
        
        
           | 
           | 
          double  | 
          max  | 
        
        
           | 
          ) | 
           |  |