VTK  9.5.20250530
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
11#ifndef vtkOpenGLHyperTreeGridMapper_h
12#define vtkOpenGLHyperTreeGridMapper_h
13
15#include "vtkSetGet.h" // Get macro
16#include "vtkSmartPointer.h" // For vtkSmartPointer
17
18#include "vtkRenderingOpenGL2Module.h" // For export macro
19
20VTK_ABI_NAMESPACE_BEGIN
21class VTKRENDERINGOPENGL2_EXPORT vtkOpenGLHyperTreeGridMapper : public vtkHyperTreeGridMapper
22{
23public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
28protected:
30 ~vtkOpenGLHyperTreeGridMapper() override = default;
31
32private:
34 void operator=(const vtkOpenGLHyperTreeGridMapper&) = delete;
35};
36
37VTK_ABI_NAMESPACE_END
38#endif
map vtkHyperTreeGrid to graphics primitives
a simple class to control print indentation
Definition vtkIndent.h:108
map vtkHyperTreeGrid to graphics primitives
~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()