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

Method GetInputDataObject

Common/ExecutionModel/vtkAlgorithm.cxx:1201–1204  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1199
1200//------------------------------------------------------------------------------
1201vtkDataObject* vtkAlgorithm::GetInputDataObject(int port, int connection)
1202{
1203 return this->GetExecutive()->GetInputData(port, connection);
1204}
1205
1206//------------------------------------------------------------------------------
1207void vtkAlgorithm::RemoveAllInputs()

Callers 15

WriteDataMethod · 0.80
WriteToStreamMethod · 0.80
WriteActorMethod · 0.80
WritePropCollectionMethod · 0.80
WriteVolumeCollectionMethod · 0.80
WriteNamedActorsMethod · 0.80
WriteAnActorMethod · 0.80
WriteAnActorMethod · 0.80
WriteDataMethod · 0.80
WriteVTPMethod · 0.80
WriteTextureMethod · 0.80
WriteDataMethod · 0.80

Calls 2

GetExecutiveMethod · 0.95
GetInputDataMethod · 0.45