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

Method Clear

Common/ExecutionModel/vtkAggregateToPartitionedDataSetCollection.cxx:79–82  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

77
78//------------------------------------------------------------------------------
79void vtkAggregateToPartitionedDataSetCollection::Clear()
80{
81 this->Internal->Output = vtkSmartPointer<vtkPartitionedDataSetCollection>::New();
82}
83
84VTK_ABI_NAMESPACE_END

Callers 4

SetAggregatorMethod · 0.45
RequestDataMethod · 0.45

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected