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

Method PieceProgressCallbackFunction

IO/XML/vtkXMLPDataObjectReader.cxx:128–132  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

126
127//------------------------------------------------------------------------------
128void vtkXMLPDataObjectReader::PieceProgressCallbackFunction(
129 vtkObject*, unsigned long, void* clientdata, void*)
130{
131 reinterpret_cast<vtkXMLPDataObjectReader*>(clientdata)->PieceProgressCallback();
132}
133
134//------------------------------------------------------------------------------
135int vtkXMLPDataObjectReader::ReadXMLInformation()

Callers

nothing calls this directly

Calls 1

PieceProgressCallbackMethod · 0.45

Tested by

no test coverage detected