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

Method GetInput

Rendering/Annotation/vtkSpiderPlotActor.cxx:196–199  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

194
195//------------------------------------------------------------------------------
196vtkDataObject* vtkSpiderPlotActor::GetInput()
197{
198 return this->ConnectionHolder->GetInputDataObject(0, 0);
199}
200
201//------------------------------------------------------------------------------
202// Free-up axes and related stuff

Callers 5

RenderOverlayMethod · 0.95
RenderOpaqueGeometryMethod · 0.95
BuildPlotMethod · 0.95
PlaceAxesMethod · 0.95
PrintSelfMethod · 0.95

Calls 1

GetInputDataObjectMethod · 0.80

Tested by

no test coverage detected