------------------------------------------------------------------------------
| 648 | |
| 649 | //------------------------------------------------------------------------------ |
| 650 | void 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. |
no test coverage detected