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

Method GetInput

Rendering/Annotation/vtkParallelCoordinatesActor.cxx:154–157  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

152
153//------------------------------------------------------------------------------
154vtkDataObject* vtkParallelCoordinatesActor::GetInput()
155{
156 return this->ConnectionHolder->GetInputDataObject(0, 0);
157}
158
159//------------------------------------------------------------------------------
160// Plot scalar data for each input dataset.

Callers 3

RenderOverlayMethod · 0.95
RenderOpaqueGeometryMethod · 0.95
PlaceAxesMethod · 0.95

Calls 1

GetInputDataObjectMethod · 0.80

Tested by

no test coverage detected