VTK  9.6.20260204
vtkOpenGLHyperTreeGridMapper.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
11#ifndef vtkOpenGLHyperTreeGridMapper_h
12#define vtkOpenGLHyperTreeGridMapper_h
13
15
16#include "vtkRenderingOpenGL2Module.h" // For export macro
17
18VTK_ABI_NAMESPACE_BEGIN
20class VTKRENDERINGOPENGL2_EXPORT vtkOpenGLHyperTreeGridMapper : public vtkHyperTreeGridMapper
21{
22public:
27 void PrintSelf(ostream& os, vtkIndent indent) override;
28
29protected:
31 ~vtkOpenGLHyperTreeGridMapper() override = default;
32
33private:
35 void operator=(const vtkOpenGLHyperTreeGridMapper&) = delete;
36};
37
38#define vtkOpenGLHyperTreeGridMapper_OVERRIDE_ATTRIBUTES \
39 vtkOpenGLHyperTreeGridMapper::CreateOverrideAttributes()
40VTK_ABI_NAMESPACE_END
41#endif
a simple class to control print indentation
Definition vtkIndent.h:108
static vtkOverrideAttribute * CreateOverrideAttributes()
~vtkOpenGLHyperTreeGridMapper() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOpenGLHyperTreeGridMapper * New()
Attribute for vtkObjectFactory overrides.
#define VTK_NEWINSTANCE