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

Method SetInputData

Common/ExecutionModel/vtkTreeAlgorithm.cxx:85–88  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

83
84//------------------------------------------------------------------------------
85void vtkTreeAlgorithm::SetInputData(int index, vtkDataObject* input)
86{
87 this->SetInputDataInternal(index, input);
88}
89
90//------------------------------------------------------------------------------
91int vtkTreeAlgorithm::RequestInformation(vtkInformation* vtkNotUsed(request),

Callers 15

KSpline.pyFile · 0.45
CSpline.pyFile · 0.45
closedSplines.pyFile · 0.45
SetInputDataFunction · 0.45
SetInputDataFunction · 0.45
SetVectorInputDataMethod · 0.45
SetInputDataFunction · 0.45
SetInputDataFunction · 0.45
SetInputDataFunction · 0.45
SetInputDataFunction · 0.45
SetInputDataFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestAbortSMPFilterFunction · 0.36
TestCopyAttributeDataFunction · 0.36
TestCompositeFunction · 0.36
TrySetInputDataFunction · 0.36
setUpMethod · 0.36
testCutterTrianglesMethod · 0.36
testCutterNoTrianglesMethod · 0.36
DrawTrianglesFunction · 0.36
TestThreadedCopyFunction · 0.36