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

Method GetSlidingWindowFunc

Imaging/Core/vtkAbstractImageInterpolator.cxx:910–915  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

908
909//------------------------------------------------------------------------------
910void vtkAbstractImageInterpolator::GetSlidingWindowFunc(
911 void (**)(vtkInterpolationWeights*, int, int, int, double*, int))
912{
913 vtkSlidingWindowGetRowInterpolationFunc(
914 &this->RowInterpolationFuncDouble, this->InterpolationInfo->ScalarType);
915}
916
917//------------------------------------------------------------------------------
918void vtkAbstractImageInterpolator::GetSlidingWindowFunc(

Callers 2

UpdateMethod · 0.95
UpdateMethod · 0.80

Tested by

no test coverage detected