VTK  9.2.20230327
vtkOpenGLHyperTreeGridMapper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOpenGLHyperTreeGridMapper.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
23 #ifndef vtkOpenGLHyperTreeGridMapper_h
24 #define vtkOpenGLHyperTreeGridMapper_h
25 
26 #include "vtkHyperTreeGridMapper.h"
27 #include "vtkSetGet.h" // Get macro
28 #include "vtkSmartPointer.h" // For vtkSmartPointer
29 
30 #include "vtkRenderingOpenGL2Module.h" // For export macro
31 
32 VTK_ABI_NAMESPACE_BEGIN
33 class VTKRENDERINGOPENGL2_EXPORT vtkOpenGLHyperTreeGridMapper : public vtkHyperTreeGridMapper
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent) override;
39 
40 protected:
42  virtual ~vtkOpenGLHyperTreeGridMapper() override = default;
43 
44 private:
46  void operator=(const vtkOpenGLHyperTreeGridMapper&) = delete;
47 };
48 
49 VTK_ABI_NAMESPACE_END
50 #endif
map vtkHyperTreeGrid to graphics primitives
a simple class to control print indentation
Definition: vtkIndent.h:120
map vtkHyperTreeGrid to graphics primitives
virtual ~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.