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

Method GetOutput

IO/XML/vtkXMLTableReader.cxx:43–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41
42//------------------------------------------------------------------------------
43vtkTable* vtkXMLTableReader::GetOutput()
44{
45 return this->GetOutput(0);
46}
47
48//------------------------------------------------------------------------------
49vtkTable* vtkXMLTableReader::GetOutput(int idx)

Callers 15

XdmfSubsetToVTKMethod · 0.45
RunTestFunction · 0.45
GetOriginAndSpacingMethod · 0.45
TestCellArray.pyFile · 0.45
TestXMLTableIO.pyFile · 0.45

Calls 1

GetOutputDataObjectMethod · 0.45