VTK  9.2.6
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
27#include "vtkSetGet.h" // Get macro
28#include "vtkSmartPointer.h" // For vtkSmartPointer
29
30#include "vtkRenderingOpenGL2Module.h" // For export macro
31
32class VTKRENDERINGOPENGL2_EXPORT vtkOpenGLHyperTreeGridMapper : public vtkHyperTreeGridMapper
33{
34public:
37 void PrintSelf(ostream& os, vtkIndent indent) override;
38
39protected:
41 virtual ~vtkOpenGLHyperTreeGridMapper() override = default;
42
43private:
45 void operator=(const vtkOpenGLHyperTreeGridMapper&) = delete;
46};
47
48#endif
map vtkHyperTreeGrid to graphics primitives
a simple class to control print indentation
Definition vtkIndent.h:40
map vtkHyperTreeGrid to graphics primitives
virtual ~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()