ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVGL2PSExporter Class Reference

ParaView wrapper for vtkGL2PS exporter. More...

#include <vtkPVGL2PSExporter.h>

Inherits vtkOpenGLGL2PSExporter.

Public Types

typedef vtkOpenGLGL2PSExporter Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetFileName (const char *)
 Set/Get the name of the output file. More...
 
const char * GetFileName ()
 Set/Get the name of the output file. More...
 
virtual void SetExcludeCubeAxesActorsFromRasterization (int)
 If Write3DPropsAsRasterImage is true, add all instances of vtkCubeAxesActors to the RenderExclusions. More...
 
virtual int GetExcludeCubeAxesActorsFromRasterization ()
 If Write3DPropsAsRasterImage is true, add all instances of vtkCubeAxesActors to the RenderExclusions. More...
 
virtual void ExcludeCubeAxesActorsFromRasterizationOn ()
 If Write3DPropsAsRasterImage is true, add all instances of vtkCubeAxesActors to the RenderExclusions. More...
 
virtual void ExcludeCubeAxesActorsFromRasterizationOff ()
 If Write3DPropsAsRasterImage is true, add all instances of vtkCubeAxesActors to the RenderExclusions. More...
 

Static Public Member Functions

static vtkPVGL2PSExporterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVGL2PSExporterSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVGL2PSExporter ()
 
 ~vtkPVGL2PSExporter ()
 
void WriteData ()
 

Protected Attributes

vtkStdString FileName
 
int ExcludeCubeAxesActorsFromRasterization
 

Detailed Description

ParaView wrapper for vtkGL2PS exporter.

This is used to export ParaView renderings to a variety of vector graphics formats.

Definition at line 30 of file vtkPVGL2PSExporter.h.

Member Typedef Documentation

◆ Superclass

typedef vtkOpenGLGL2PSExporter vtkPVGL2PSExporter::Superclass

Definition at line 34 of file vtkPVGL2PSExporter.h.

Constructor & Destructor Documentation

◆ vtkPVGL2PSExporter()

vtkPVGL2PSExporter::vtkPVGL2PSExporter ( )
protected

◆ ~vtkPVGL2PSExporter()

vtkPVGL2PSExporter::~vtkPVGL2PSExporter ( )
protected

Member Function Documentation

◆ New()

static vtkPVGL2PSExporter* vtkPVGL2PSExporter::New ( )
static

◆ GetClassName()

virtual const char* vtkPVGL2PSExporter::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVGL2PSExporter::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVGL2PSExporter::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPVGL2PSExporter* vtkPVGL2PSExporter::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVGL2PSExporter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ SetFileName()

virtual void vtkPVGL2PSExporter::SetFileName ( const char *  )
virtual

Set/Get the name of the output file.

◆ GetFileName()

const char* vtkPVGL2PSExporter::GetFileName ( )
inline

Set/Get the name of the output file.

Definition at line 41 of file vtkPVGL2PSExporter.h.

◆ SetExcludeCubeAxesActorsFromRasterization()

virtual void vtkPVGL2PSExporter::SetExcludeCubeAxesActorsFromRasterization ( int  )
virtual

If Write3DPropsAsRasterImage is true, add all instances of vtkCubeAxesActors to the RenderExclusions.

◆ GetExcludeCubeAxesActorsFromRasterization()

virtual int vtkPVGL2PSExporter::GetExcludeCubeAxesActorsFromRasterization ( )
virtual

If Write3DPropsAsRasterImage is true, add all instances of vtkCubeAxesActors to the RenderExclusions.

◆ ExcludeCubeAxesActorsFromRasterizationOn()

virtual void vtkPVGL2PSExporter::ExcludeCubeAxesActorsFromRasterizationOn ( )
virtual

If Write3DPropsAsRasterImage is true, add all instances of vtkCubeAxesActors to the RenderExclusions.

◆ ExcludeCubeAxesActorsFromRasterizationOff()

virtual void vtkPVGL2PSExporter::ExcludeCubeAxesActorsFromRasterizationOff ( )
virtual

If Write3DPropsAsRasterImage is true, add all instances of vtkCubeAxesActors to the RenderExclusions.

◆ WriteData()

void vtkPVGL2PSExporter::WriteData ( )
protected

Member Data Documentation

◆ FileName

vtkStdString vtkPVGL2PSExporter::FileName
protected

Definition at line 59 of file vtkPVGL2PSExporter.h.

◆ ExcludeCubeAxesActorsFromRasterization

int vtkPVGL2PSExporter::ExcludeCubeAxesActorsFromRasterization
protected

Definition at line 60 of file vtkPVGL2PSExporter.h.


The documentation for this class was generated from the following file: