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

Method InterpolateAllocate

Common/DataModel/vtkDataSetAttributes.cxx:1041–1045  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Initialize point interpolation method.

Source from the content-addressed store, hash-verified

1039//------------------------------------------------------------------------------
1040// Initialize point interpolation method.
1041void vtkDataSetAttributes::InterpolateAllocate(
1042 vtkDataSetAttributes* pd, vtkIdType sze, vtkIdType ext, int shallowCopyArrays)
1043{
1044 this->InternalCopyAllocate(pd, INTERPOLATE, sze, ext, shallowCopyArrays);
1045}
1046
1047//------------------------------------------------------------------------------
1048// Interpolate data from points and interpolation weights. Make sure that the

Callers 15

FixTextureCoordinatesMethod · 0.80
InterpolateAllocateFunction · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80

Calls 2

InternalCopyAllocateMethod · 0.95
CopyAllocateMethod · 0.45

Tested by

no test coverage detected