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

Method GetSource

Filters/FlowPaths/vtkStreamTracer.cxx:116–123  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

114
115//------------------------------------------------------------------------------
116vtkDataSet* vtkStreamTracer::GetSource()
117{
118 if (this->GetNumberOfInputConnections(1) < 1)
119 {
120 return nullptr;
121 }
122 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(1, 0));
123}
124
125//------------------------------------------------------------------------------
126int vtkStreamTracer::GetIntegratorType()

Callers 1

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by 1