VTK  9.4.20241222
vtkCompositeSurfaceLICMapperDelegator.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
10#ifndef vtkCompositeSurfaceLICMapperDelegator_h
11#define vtkCompositeSurfaceLICMapperDelegator_h
12
14
15#include "vtkRenderingLICOpenGL2Module.h" // for export macro
16
17VTK_ABI_NAMESPACE_BEGIN
18
19class VTKRENDERINGLICOPENGL2_EXPORT vtkCompositeSurfaceLICMapperDelegator
21{
22public:
25 void PrintSelf(ostream& os, vtkIndent indent) override;
26
32
33protected:
36
37private:
39 void operator=(const vtkCompositeSurfaceLICMapperDelegator&) = delete;
40};
41
42VTK_ABI_NAMESPACE_END
43#endif
a class that renders hierarchical polygonal data
Delegates rendering to vtkBatchedSurfaceLICMapper.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCompositeSurfaceLICMapperDelegator * New()
void ShallowCopy(vtkCompositePolyDataMapper *mapper) override
Copy over the reference to the input array of vectors that gets used by BatchedSurfaceLICMapper.
a simple class to control print indentation
Definition vtkIndent.h:108
An OpenGL delegator for batched rendering of multiple polydata with similar structure.