VTK  9.3.20240419
vtkCompositeSurfaceLICMapper.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
17 #ifndef vtkCompositeSurfaceLICMapper_h
18 #define vtkCompositeSurfaceLICMapper_h
19 
21 
22 #include "vtkNew.h" // for ivars
23 #include "vtkRenderingLICOpenGL2Module.h" // For export macro
24 
25 VTK_ABI_NAMESPACE_BEGIN
28 
29 class VTKRENDERINGLICOPENGL2_EXPORT vtkCompositeSurfaceLICMapper : public vtkCompositePolyDataMapper
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
37 
40  vtkSurfaceLICInterface* GetLICInterface() { return this->LICInterface.Get(); }
42 
46  void Render(vtkRenderer* ren, vtkActor* act) override;
47 
48 protected:
51 
53 
55 
56 private:
58  void operator=(const vtkCompositeSurfaceLICMapper&) = delete;
59 };
60 
61 VTK_ABI_NAMESPACE_END
62 #endif
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:151
Delegates rendering of multiple polydata that share similar signatures.
a class that renders hierarchical polygonal data
vtkNew< vtkSurfaceLICInterface > LICInterface
vtkCompositePolyDataMapperDelegator * CreateADelegator() override
This is the build method for creating the delegator.
void Render(vtkRenderer *ren, vtkActor *act) override
Lots of LIC setup code.
~vtkCompositeSurfaceLICMapper() override
static vtkCompositeSurfaceLICMapper * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSurfaceLICInterface * GetLICInterface()
Get the vtkSurfaceLICInterface used by this mapper.
a simple class to control print indentation
Definition: vtkIndent.h:108
abstract specification for renderers
Definition: vtkRenderer.h:172
public API for surface lic parameters arbitrary geometry.