VTK  9.3.1
vtkArrayInterpolate.h File Reference
#include "vtkTypedArray.h"
#include "vtkArrayInterpolate.txx"
Include dependency graph for vtkArrayInterpolate.h:

Go to the source code of this file.

Functions

template<typename T >
void vtkInterpolate (vtkTypedArray< T > *source_array, const vtkArraySlices &source_slices, const vtkArrayWeights &source_weights, const vtkArrayExtents &target_slice, vtkTypedArray< T > *target_array)
 

Function Documentation

◆ vtkInterpolate()

template<typename T >
void vtkInterpolate ( vtkTypedArray< T > * source_array,
const vtkArraySlices & source_slices,
const vtkArrayWeights & source_weights,
const vtkArrayExtents & target_slice,
vtkTypedArray< T > * target_array )