11 #ifndef vtkPVGL2PSExporter_h 12 #define vtkPVGL2PSExporter_h 14 #include "vtkOpenGLGL2PSExporter.h" 28 vtkSetMacro(FileName,
const char*)
const char*
GetFileName() {
return this->FileName.c_str(); }
36 vtkSetMacro(ExcludeCubeAxesActorsFromRasterization,
int);
37 vtkGetMacro(ExcludeCubeAxesActorsFromRasterization,
int);
38 vtkBooleanMacro(ExcludeCubeAxesActorsFromRasterization,
int);
#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 &)