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

Method GetOutput

IO/NetCDF/vtkMPASReader.cxx:2720–2723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2718//------------------------------------------------------------------------------
2719
2720vtkUnstructuredGrid* vtkMPASReader::GetOutput()
2721{
2722 return this->GetOutput(0);
2723}
2724
2725//------------------------------------------------------------------------------
2726// Returns the output given an id.

Callers 7

OutputPointsMethod · 0.95
NetCDFReader.pyFile · 0.45
TestNetCDFCAMReaderFunction · 0.45
TestNetCDFUGRIDReaderFunction · 0.45
TestNetCDFPOPReaderFunction · 0.45
SLACParticleReaderFunction · 0.45
TestNetCDFCFWriterFunction · 0.45

Calls 1

GetOutputDataObjectMethod · 0.45

Tested by 4

TestNetCDFCAMReaderFunction · 0.36
TestNetCDFUGRIDReaderFunction · 0.36
TestNetCDFPOPReaderFunction · 0.36
TestNetCDFCFWriterFunction · 0.36