MCPcopy Create free account
hub / github.com/Kitware/VTK / GetRowInterpolationFunc

Method GetRowInterpolationFunc

Imaging/Core/vtkGenericImageInterpolator.cxx:827–832  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

825
826//------------------------------------------------------------------------------
827void vtkGenericImageInterpolator::GetRowInterpolationFunc(
828 void (**func)(vtkInterpolationWeights*, int, int, int, double*, int))
829{
830 vtkGenericImageInterpolatorGetRowInterpolationFunc(
831 func, this->InterpolationInfo->Array, this->InterpolationMode);
832}
833
834//------------------------------------------------------------------------------
835void vtkGenericImageInterpolator::GetRowInterpolationFunc(

Callers 1

UpdateMethod · 0.95

Tested by

no test coverage detected