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

Method GetInputAlgorithm

Rendering/Core/vtkImageActor.cxx:76–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75//------------------------------------------------------------------------------
76vtkAlgorithm* vtkImageActor::GetInputAlgorithm()
77{
78 if (!this->Mapper)
79 {
80 return nullptr;
81 }
82
83 return this->Mapper->GetInputAlgorithm();
84}
85
86//------------------------------------------------------------------------------
87vtkImageData* vtkImageActor::GetInput()

Callers 15

GetWholeZMinMethod · 0.95
GetWholeZMaxMethod · 0.95
RenderPieceMethod · 0.45
RenderMethod · 0.45
RenderOverlayMethod · 0.45
RenderOverlayMethod · 0.45
RenderPieceMethod · 0.45
RenderPieceMethod · 0.45
RenderOpaqueGeometryMethod · 0.45
ValidateInputMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by 1

ExecuteMethod · 0.36