VTK  9.3.20240418
Classes | Functions
vtkFastSplatter.h File Reference
#include "vtkImageAlgorithm.h"
#include "vtkImagingHybridModule.h"
Include dependency graph for vtkFastSplatter.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)
 

Function Documentation

◆ vtkFastSplatterClamp()

template<class T >
void vtkFastSplatterClamp ( T *  array,
vtkIdType  arraySize,
minValue,
maxValue 
)

Definition at line 174 of file vtkFastSplatter.h.

◆ vtkFastSplatterScale()

template<class T >
void vtkFastSplatterScale ( T *  array,
int  numComponents,
vtkIdType  numTuples,
minValue,
maxValue,
double *  dataMinValue,
double *  dataMaxValue 
)

Definition at line 188 of file vtkFastSplatter.h.

◆ vtkFastSplatterFrozenScale()

template<class T >
void vtkFastSplatterFrozenScale ( T *  array,
int  numComponents,
vtkIdType  numTuples,
minValue,
maxValue,
double  min,
double  max 
)

Definition at line 247 of file vtkFastSplatter.h.