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

Method SetInputData

Rendering/Annotation/vtkSpiderPlotActor.cxx:187–193  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

185
186//------------------------------------------------------------------------------
187void vtkSpiderPlotActor::SetInputData(vtkDataObject* dobj)
188{
189 vtkTrivialProducer* tp = vtkTrivialProducer::New();
190 tp->SetOutput(dobj);
191 this->SetInputConnection(tp->GetOutputPort());
192 tp->Delete();
193}
194
195//------------------------------------------------------------------------------
196vtkDataObject* vtkSpiderPlotActor::GetInput()

Callers 1

vtkSpiderPlotActorMethod · 0.45

Calls 5

SetInputConnectionMethod · 0.95
DeleteMethod · 0.65
NewFunction · 0.50
SetOutputMethod · 0.45
GetOutputPortMethod · 0.45

Tested by

no test coverage detected