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

Method GetInput

Rendering/Volume/vtkVolumeMapper.cxx:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122vtkDataSet* vtkVolumeMapper::GetInput()
123{
124 if (this->GetNumberOfInputConnections(0) < 1)
125 {
126 return nullptr;
127 }
128 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(0, 0));
129}
130
131vtkDataSet* vtkVolumeMapper::GetInput(int port)
132{

Callers 15

Movement3DMethod · 0.45
BaseDeclarationFragmentFunction · 0.45
BaseImplementationFunction · 0.45
ShadingSingleInputFunction · 0.45
InitializeMethod · 0.45
ComputeRenderModeMethod · 0.45
SetupVectorModeMethod · 0.45
ConnectMapperInputMethod · 0.45
ConnectFilterInputMethod · 0.45
GetBoundsFunction · 0.45
RenderMethod · 0.45

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45