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

Method GetInput

Rendering/Core/vtkLabeledContourMapper.cxx:310–313  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

308
309//------------------------------------------------------------------------------
310vtkPolyData* vtkLabeledContourMapper::GetInput()
311{
312 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetInputData(0, 0));
313}
314
315//------------------------------------------------------------------------------
316double* vtkLabeledContourMapper::GetBounds()

Callers 6

ComputeBoundsMethod · 0.95
CheckInputsMethod · 0.95
CheckRebuildMethod · 0.95
PrepareRenderMethod · 0.95
PlaceLabelsMethod · 0.95
RenderPolyDataMethod · 0.95

Calls 2

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected