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

Method SetupEmptyOutput

IO/XML/vtkXMLPStructuredGridReader.cxx:29–32  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

27
28//------------------------------------------------------------------------------
29void vtkXMLPStructuredGridReader::SetupEmptyOutput()
30{
31 this->GetCurrentOutput()->Initialize();
32}
33
34//------------------------------------------------------------------------------
35vtkStructuredGrid* vtkXMLPStructuredGridReader::GetOutput(int idx)

Callers

nothing calls this directly

Calls 2

GetCurrentOutputMethod · 0.80
InitializeMethod · 0.45

Tested by

no test coverage detected