VTK
Functions
/Users/kitware/Dashboards/MyTests/VTK_BLD_Release_docs/Utilities/Doxygen/dox/Common/Core/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

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 
)