VTK  9.3.20240419
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 
14 #include "vtkHyperTreeGridMapper.h"
15 #include "vtkSetGet.h" // Get macro
16 #include "vtkSmartPointer.h" // For vtkSmartPointer
17 
18 #include "vtkRenderingOpenGL2Module.h" // For export macro
19 
20 VTK_ABI_NAMESPACE_BEGIN
21 class VTKRENDERINGOPENGL2_EXPORT vtkOpenGLHyperTreeGridMapper : public vtkHyperTreeGridMapper
22 {
23 public:
26  void PrintSelf(ostream& os, vtkIndent indent) override;
27 
28 protected:
30  ~vtkOpenGLHyperTreeGridMapper() override = default;
31 
32 private:
34  void operator=(const vtkOpenGLHyperTreeGridMapper&) = delete;
35 };
36 
37 VTK_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
static vtkOpenGLHyperTreeGridMapper * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.