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

Method GetInputAlgorithm

IO/Image/vtkImageExport.cxx:34–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32
33//------------------------------------------------------------------------------
34vtkAlgorithm* vtkImageExport::GetInputAlgorithm()
35{
36 return this->GetInputConnection(0, 0) ? this->GetInputConnection(0, 0)->GetProducer() : nullptr;
37}
38
39//------------------------------------------------------------------------------
40vtkInformation* vtkImageExport::GetInputInformation()

Callers 15

GetDataMemorySizeMethod · 0.95
GetDataDimensionsMethod · 0.95
GetPointerToDataMethod · 0.95
WholeExtentCallbackMethod · 0.95
SpacingCallbackMethod · 0.95
OriginCallbackMethod · 0.95
DirectionCallbackMethod · 0.95
ScalarTypeCallbackMethod · 0.95

Calls 2

GetProducerMethod · 0.80
GetInputConnectionMethod · 0.45

Tested by 1

testClearInputMethod · 0.36