------------------------------------------------------------------------------
| 835 | |
| 836 | //------------------------------------------------------------------------------ |
| 837 | bool 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 | //------------------------------------------------------------------------------ |
| 845 | bool vtkLabeledContourMapper::RemoveStencil(vtkRenderer*) |
no test coverage detected