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

Method SetTargetData

Filters/Modeling/vtkImprintFilter.cxx:82–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

80
81//------------------------------------------------------------------------------
82void vtkImprintFilter::SetTargetData(vtkDataObject* input)
83{
84 this->SetInputData(0, input);
85}
86
87//------------------------------------------------------------------------------
88vtkDataObject* vtkImprintFilter::GetTarget()

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected