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

Function InterpolateAllocate

Common/DataModel/vtkDataSetAttributes.h:569–572  ·  view source on GitHub ↗

@{ * Initialize point interpolation method. * Note that pd HAS to be the vtkDataSetAttributes object which * will later be used with InterpolatePoint or InterpolateEdge. * ext is no longer used. * If shallowCopyArrays is true, input arrays are copied to the output * instead of new ones being allocated. */

Source from the content-addressed store, hash-verified

567 * instead of new ones being allocated.
568 */
569 void InterpolateAllocate(vtkDataSetAttributes* pd, vtkIdType sze = 0, vtkIdType ext = 1000)
570 {
571 this->InterpolateAllocate(pd, sze, ext, 0);
572 }
573 void InterpolateAllocate(
574 vtkDataSetAttributes* pd, vtkIdType sze, vtkIdType ext, int shallowCopyArrays);
575 ///@}

Callers

nothing calls this directly

Calls 1

InterpolateAllocateMethod · 0.80

Tested by

no test coverage detected