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

Method RenderPolyData

Rendering/Core/vtkLabeledContourMapper.cxx:837–842  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

835
836//------------------------------------------------------------------------------
837bool vtkLabeledContourMapper::RenderPolyData(vtkRenderer* ren, vtkActor* act)
838{
839 this->PolyDataMapper->SetInputData(this->GetInput());
840 this->PolyDataMapper->Render(ren, act);
841 return true;
842}
843
844//------------------------------------------------------------------------------
845bool vtkLabeledContourMapper::RemoveStencil(vtkRenderer*)

Callers 1

RenderMethod · 0.95

Calls 3

GetInputMethod · 0.95
RenderMethod · 0.65
SetInputDataMethod · 0.45

Tested by

no test coverage detected