vtkPVGL2PSExporter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVGL2PSExporter.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 vtkPVGL2PSExporter_h
24 #define vtkPVGL2PSExporter_h
25 
26 #include "vtkOpenGLGL2PSExporter.h"
27 #include "vtkRemotingExportModule.h" // needed for export macro
28 
30 {
31 public:
32  static vtkPVGL2PSExporter* New();
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
37 
40  vtkSetMacro(FileName, const char*) const char* GetFileName() { return this->FileName.c_str(); }
42 
44 
48  vtkSetMacro(ExcludeCubeAxesActorsFromRasterization, int)
49  vtkGetMacro(ExcludeCubeAxesActorsFromRasterization, int)
50  vtkBooleanMacro(ExcludeCubeAxesActorsFromRasterization, int)
52 
53  protected : vtkPVGL2PSExporter();
54  ~vtkPVGL2PSExporter() override;
55 
56  void WriteData() override;
57 
58  std::string FileName;
60 
61 private:
62  vtkPVGL2PSExporter(const vtkPVGL2PSExporter&) = delete;
63  void operator=(const vtkPVGL2PSExporter&) = delete;
64 };
65 
66 #endif
#define VTKREMOTINGEXPORT_EXPORT
const char * GetFileName()
Set/Get the name of the output file.
static vtkOpenGLGL2PSExporter * New()
ParaView wrapper for vtkGL2PS exporter.
int ExcludeCubeAxesActorsFromRasterization
void PrintSelf(ostream &os, vtkIndent indent)
void operator=(const vtkObjectBase &)