VTK  9.4.20241222
vtkOpenGLGL2PSExporter.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
3
12#ifndef vtkOpenGLGL2PSExporter_h
13#define vtkOpenGLGL2PSExporter_h
14
15#include "vtkGL2PSExporter.h"
16#include "vtkIOExportGL2PSModule.h" // For export macro
17
18VTK_ABI_NAMESPACE_BEGIN
19class vtkImageData;
20
21class VTKIOEXPORTGL2PS_EXPORT vtkOpenGLGL2PSExporter : public vtkGL2PSExporter
22{
23public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
28protected:
31
32 void WriteData() override;
33
36
37private:
39 void operator=(const vtkOpenGLGL2PSExporter&) = delete;
40};
41
42VTK_ABI_NAMESPACE_END
43#endif // vtkOpenGLGL2PSExporter_h
export a scene as a PostScript file using GL2PS.
topologically and geometrically regular array of data
a simple class to control print indentation
Definition vtkIndent.h:108
OpenGL2 implementation of GL2PS exporter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool RasterizeBackground(vtkImageData *image)
void WriteData() override
~vtkOpenGLGL2PSExporter() override
static vtkOpenGLGL2PSExporter * New()