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

Method GetOutputDataObject

Common/ExecutionModel/vtkAlgorithm.cxx:1195–1198  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1193
1194//------------------------------------------------------------------------------
1195vtkDataObject* vtkAlgorithm::GetOutputDataObject(int port)
1196{
1197 return this->GetExecutive()->GetOutputData(port);
1198}
1199
1200//------------------------------------------------------------------------------
1201vtkDataObject* vtkAlgorithm::GetInputDataObject(int port, int connection)

Callers 15

RenderMethod · 0.45
TestFunction · 0.45
GetOutputMethod · 0.45
CreateTestAMRFunction · 0.45
TestAMRReadWriteFunction · 0.45
TestGLTFWriterFunction · 0.45
TestXdmfConversionFunction · 0.45
RunTestFunction · 0.45
ManyFiles.pyFile · 0.45

Calls 2

GetExecutiveMethod · 0.95
GetOutputDataMethod · 0.45

Tested by 15

RenderMethod · 0.36
TestFunction · 0.36
CreateTestAMRFunction · 0.36
TestAMRReadWriteFunction · 0.36
TestGLTFWriterFunction · 0.36
RoundTripFunction · 0.36
X3DTestFunction · 0.36
TestOpenVDBReaderFunction · 0.36
TestOpenVDBReaderStreamFunction · 0.36
TestOMFReaderFunction · 0.36
TestExodusAttributesFunction · 0.36