VTK
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 
32 #include "vtkRenderingLICOpenGL2Module.h" // For export macro
34 #include "vtkNew.h" // for ivars
35 
37 
38 class VTKRENDERINGLICOPENGL2_EXPORT vtkCompositeSurfaceLICMapper
40 {
41 public:
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
47 
51  return this->LICInterface.Get(); }
53 
57  void Render(vtkRenderer *ren, vtkActor *act) override;
58 
59 protected:
61  ~vtkCompositeSurfaceLICMapper() override;
62 
64 
66 
67  // copy values to the helpers
69 
70 private:
72  const vtkCompositeSurfaceLICMapper&) = delete;
73  void operator=(const vtkCompositeSurfaceLICMapper&) = delete;
74 };
75 
76 #endif
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:51
mapper for composite dataset consisting of polygonal data.
vtkSurfaceLICInterface * GetLICInterface()
Get the vtkSurfaceLICInterface used by this mapper.
void Render(vtkRenderer *ren, vtkActor *act) override
This calls RenderPiece (in a for loop if streaming is necessary).
static vtkCompositePolyDataMapper2 * New()
abstract specification for renderers
Definition: vtkRenderer.h:63
virtual vtkCompositeMapperHelper2 * CreateHelper()
a simple class to control print indentation
Definition: vtkIndent.h:39
mapper for composite dataset
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void CopyMapperValuesToHelper(vtkCompositeMapperHelper2 *helper)
vtkNew< vtkSurfaceLICInterface > LICInterface
public API for surface lic parameters arbitrary geometry.