ParaView wrapper for vtkGL2PS exporter.
More...
#include <vtkPVGL2PSExporter.h>
Inherits vtkOpenGLGL2PSExporter.
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.
◆ Superclass
◆ vtkPVGL2PSExporter()
vtkPVGL2PSExporter::vtkPVGL2PSExporter |
( |
| ) |
|
|
protected |
◆ ~vtkPVGL2PSExporter()
vtkPVGL2PSExporter::~vtkPVGL2PSExporter |
( |
| ) |
|
|
protected |
◆ New()
◆ 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()
◆ 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 |
◆ 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 |
◆ FileName
vtkStdString vtkPVGL2PSExporter::FileName |
|
protected |
◆ ExcludeCubeAxesActorsFromRasterization
int vtkPVGL2PSExporter::ExcludeCubeAxesActorsFromRasterization |
|
protected |
The documentation for this class was generated from the following file: