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

Method Finalize

Filters/Temporal/vtkCriticalTime.cxx:646–655  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

644
645//------------------------------------------------------------------------------
646int vtkCriticalTime::Finalize(
647 vtkInformation*, vtkInformationVector**, vtkInformationVector* outputVector)
648{
649 vtkInformation* outInfo = outputVector->GetInformationObject(0);
650 vtkDataObject* output = vtkDataObject::GetData(outInfo);
651
652 output->DeepCopy(this->Internals->OutputCache);
653
654 return 1;
655}
656VTK_ABI_NAMESPACE_END

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.50
DeepCopyMethod · 0.45