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

Method GetOutputInformation

Common/ExecutionModel/vtkAlgorithm.cxx:1562–1565  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1560
1561//------------------------------------------------------------------------------
1562vtkInformation* vtkAlgorithm::GetOutputInformation(int port)
1563{
1564 return this->GetExecutive()->GetOutputInformation(port);
1565}
1566
1567//------------------------------------------------------------------------------
1568vtkInformation* vtkAlgorithm::GetInputInformation(int port, int index)

Callers 15

GetUpdateExtentMethod · 0.95
GetUpdatePieceMethod · 0.95
GetUpdateGhostLevelMethod · 0.95
TestFunction · 0.45
TestPlot3DMeta.pyFile · 0.45
TestGLTFReaderAnimationFunction · 0.45
TestExampleFileFunction · 0.45
TestFDSReader3Function · 0.45

Calls 1

GetExecutiveMethod · 0.95

Tested by 15

TestFunction · 0.36
TestGLTFReaderAnimationFunction · 0.36
TestExampleFileFunction · 0.36
TestFDSReader3Function · 0.36
TestFDSReader2Function · 0.36
TestVASPAnimationReaderFunction · 0.36
TestOMETIFFReaderFunction · 0.36
TestGDALRasterReaderFunction · 0.36