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

Method GetOutput

IO/Infovis/vtkBiomTableReader.cxx:46–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

44
45//------------------------------------------------------------------------------
46vtkTable* vtkBiomTableReader::GetOutput()
47{
48 return this->GetOutput(0);
49}
50
51//------------------------------------------------------------------------------
52vtkTable* vtkBiomTableReader::GetOutput(int idx)

Callers 15

FillDataMethod · 0.95
InsertValueMethod · 0.95
ParseColumnsMethod · 0.95
ParseRowsMethod · 0.95
testReadWriteMethod · 0.45
TestFixedWidthTextReaderFunction · 0.45
TestDIMACSGraphReaderFunction · 0.45
TestNewickTreeWriterFunction · 0.45
InitializeDataFunction · 0.45

Calls 1

GetOutputDataObjectMethod · 0.45

Tested by 15

testReadWriteMethod · 0.36
TestFixedWidthTextReaderFunction · 0.36
TestDIMACSGraphReaderFunction · 0.36
TestNewickTreeWriterFunction · 0.36
InitializeDataFunction · 0.36
TestISIReaderFunction · 0.36
TestRISReaderFunction · 0.36
TestNewickTreeReaderFunction · 0.36