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

Method GetCurrentOutput

IO/XML/vtkXMLReader.cxx:2151–2154  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2149
2150//------------------------------------------------------------------------------
2151vtkDataObject* vtkXMLReader::GetCurrentOutput()
2152{
2153 return this->CurrentOutput;
2154}
2155
2156//------------------------------------------------------------------------------
2157vtkInformation* vtkXMLReader::GetCurrentOutputInformation()

Callers 15

ReadFieldDataMethod · 0.95
SetOutputExtentMethod · 0.80
SetupOutputDataMethod · 0.80
ReadPieceDataMethod · 0.80
SetOutputExtentMethod · 0.80
SetupOutputDataMethod · 0.80
ReadPieceDataMethod · 0.80
SetupEmptyOutputMethod · 0.80
ReadXMLDataMethod · 0.80
SetupOutputDataMethod · 0.80
ReadPieceDataMethod · 0.80
SetupEmptyOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected