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

Method SetInputData

Rendering/Core/vtkLabeledContourMapper.cxx:304–307  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

302
303//------------------------------------------------------------------------------
304void vtkLabeledContourMapper::SetInputData(vtkPolyData* input)
305{
306 this->SetInputDataInternal(0, input);
307}
308
309//------------------------------------------------------------------------------
310vtkPolyData* vtkLabeledContourMapper::GetInput()

Callers 1

RenderPolyDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected