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

Method AllocateAttributes

Filters/Parallel/vtkIntegrateAttributes.cxx:626–631  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

RequestDataMethod · 0.95

Calls 1

CopyAllocateMethod · 0.45

Tested by

no test coverage detected