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

Method SetupForCopy

Common/DataModel/vtkDataSetAttributes.cxx:650–653  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

648
649//------------------------------------------------------------------------------
650void vtkDataSetAttributes::SetupForCopy(vtkDataSetAttributes* pd)
651{
652 this->InternalCopyAllocate(pd, COPYTUPLE, 0, 0, false, false);
653}
654
655//------------------------------------------------------------------------------
656// Allocates point data for point-by-point (or cell-by-cell) copy operation.

Callers 2

Calls 1

InternalCopyAllocateMethod · 0.95

Tested by

no test coverage detected