VTK  9.2.5
vtkCompositeSurfaceLICMapper.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkCompositeSurfaceLICMapper.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
29#ifndef vtkCompositeSurfaceLICMapper_h
30#define vtkCompositeSurfaceLICMapper_h
31
33#include "vtkNew.h" // for ivars
34#include "vtkRenderingLICOpenGL2Module.h" // For export macro
35
37
38class VTKRENDERINGLICOPENGL2_EXPORT vtkCompositeSurfaceLICMapper
40{
41public:
44 void PrintSelf(ostream& os, vtkIndent indent) override;
45
47
50 vtkSurfaceLICInterface* GetLICInterface() { return this->LICInterface.Get(); }
52
56 void Render(vtkRenderer* ren, vtkActor* act) override;
57
58protected:
61
63
65
66 // copy values to the helpers
68
69private:
71 void operator=(const vtkCompositeSurfaceLICMapper&) = delete;
72};
73
74#endif
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:52
Helper class for vtkCompositePolyDataMapper2 that is a subclass of vtkOpenGLPolyDataMapper.
mapper for composite dataset consisting of polygonal data.
vtkNew< vtkSurfaceLICInterface > LICInterface
vtkSurfaceLICInterface * GetLICInterface()
Get the vtkSurfaceLICInterface used by this mapper.
static vtkCompositeSurfaceLICMapper * New()
void Render(vtkRenderer *ren, vtkActor *act) override
Lots of LIC setup code.
vtkCompositeMapperHelper2 * CreateHelper() override
~vtkCompositeSurfaceLICMapper() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void CopyMapperValuesToHelper(vtkCompositeMapperHelper2 *helper) override
a simple class to control print indentation
Definition: vtkIndent.h:40
Allocate and hold a VTK object.
Definition: vtkNew.h:62
abstract specification for renderers
Definition: vtkRenderer.h:73
public API for surface lic parameters arbitrary geometry.