------------------------------------------------------------------------------
| 624 | |
| 625 | //------------------------------------------------------------------------------ |
| 626 | void vtkIntegrateAttributes::AllocateAttributes( |
| 627 | vtkIntegrateAttributesFieldList& fieldList, vtkDataSetAttributes* outda) |
| 628 | { |
| 629 | outda->CopyAllocate(fieldList); |
| 630 | vtkIntegrateAttributes::InitializeAttributes(outda); |
| 631 | } |
| 632 | |
| 633 | //------------------------------------------------------------------------------ |
| 634 | void vtkIntegrateAttributes::InitializeAttributes(vtkDataSetAttributes* outda) |
no test coverage detected