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

Method GetSource

Filters/Hybrid/vtkProjectedTerrainPath.cxx:76–83  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75//------------------------------------------------------------------------------
76vtkImageData* vtkProjectedTerrainPath::GetSource()
77{
78 if (this->GetNumberOfInputConnections(1) < 1)
79 {
80 return nullptr;
81 }
82 return vtkImageData::SafeDownCast(this->GetExecutive()->GetInputData(1, 0));
83}
84
85//------------------------------------------------------------------------------
86int vtkProjectedTerrainPath::FillInputPortInformation(int port, vtkInformation* info)

Callers

nothing calls this directly

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected