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

Method SetInputData

Rendering/Annotation/vtkPieChartActor.cxx:164–170  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

162
163//------------------------------------------------------------------------------
164void vtkPieChartActor::SetInputData(vtkDataObject* dobj)
165{
166 vtkTrivialProducer* tp = vtkTrivialProducer::New();
167 tp->SetOutput(dobj);
168 this->SetInputConnection(tp->GetOutputPort());
169 tp->Delete();
170}
171
172//------------------------------------------------------------------------------
173vtkDataObject* vtkPieChartActor::GetInput()

Callers 15

vtkAxisActor2DMethod · 0.45
vtkXYPlotActorMethod · 0.45
CreatePlotDataMethod · 0.45
vtkPolarAxesActorMethod · 0.45
vtkBarChartActorMethod · 0.45
vtkLegendBoxActorMethod · 0.45
RenderOpaqueGeometryMethod · 0.45
vtkScalarBarActorMethod · 0.45
vtkLegendScaleActorMethod · 0.45
vtkPieChartActorMethod · 0.45
vtkLeaderActor2DMethod · 0.45
UpdatePropsMethod · 0.45

Calls 5

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

Tested by 9

TestScalarBarFunction · 0.36
TestPieChartActorFunction · 0.36
TestSpiderPlotActorFunction · 0.36
TestAnariImplicitsFunction · 0.36
MakeSphereAtFunction · 0.36
TestAnariRenderMeshFunction · 0.36
TestAnariCylinderFunction · 0.36
TestAnariMaterialsFunction · 0.36
TestAnariSphereFunction · 0.36