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

Method ProgressCallbackFunction

IO/XML/vtkXMLCompositeDataWriter.cxx:548–556  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

546
547//------------------------------------------------------------------------------
548void vtkXMLCompositeDataWriter::ProgressCallbackFunction(
549 vtkObject* caller, unsigned long, void* clientdata, void*)
550{
551 vtkAlgorithm* w = vtkAlgorithm::SafeDownCast(caller);
552 if (w)
553 {
554 reinterpret_cast<vtkXMLCompositeDataWriter*>(clientdata)->ProgressCallback(w);
555 }
556}
557
558//------------------------------------------------------------------------------
559void vtkXMLCompositeDataWriter::ProgressCallback(vtkAlgorithm* w)

Callers

nothing calls this directly

Calls 1

ProgressCallbackMethod · 0.45

Tested by

no test coverage detected