Exports a view as a Cinema database.
More...
#include <vtkCinemaExporter.h>
Inherits vtkExporter.
Exports a view as a Cinema database.
Specifies and runs a Python script which uses pv_introspect.py to generate images from a set of parameters of the different elements in a pipeline for later visualization. Takes different options from pqCinemaTrackSelection and pqExportViewSelection as strings to be included in the script.
Definition at line 32 of file vtkCinemaExporter.h.
◆ Superclass
◆ vtkCinemaExporter()
vtkCinemaExporter::vtkCinemaExporter |
( |
| ) |
|
|
protected |
◆ ~vtkCinemaExporter()
vtkCinemaExporter::~vtkCinemaExporter |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkCinemaExporter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkCinemaExporter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkCinemaExporter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkCinemaExporter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetFileName()
virtual void vtkCinemaExporter::SetFileName |
( |
const char * |
| ) |
|
|
virtual |
◆ GetFileName()
virtual char* vtkCinemaExporter::GetFileName |
( |
| ) |
|
|
virtual |
◆ SetViewSelection()
virtual void vtkCinemaExporter::SetViewSelection |
( |
const char * |
| ) |
|
|
virtual |
◆ GetViewSelection()
virtual char* vtkCinemaExporter::GetViewSelection |
( |
| ) |
|
|
virtual |
◆ SetTrackSelection()
virtual void vtkCinemaExporter::SetTrackSelection |
( |
const char * |
| ) |
|
|
virtual |
◆ GetTrackSelection()
virtual char* vtkCinemaExporter::GetTrackSelection |
( |
| ) |
|
|
virtual |
◆ SetArraySelection()
virtual void vtkCinemaExporter::SetArraySelection |
( |
const char * |
| ) |
|
|
virtual |
◆ GetArraySelection()
virtual char* vtkCinemaExporter::GetArraySelection |
( |
| ) |
|
|
virtual |
◆ WriteData()
void vtkCinemaExporter::WriteData |
( |
| ) |
|
|
protected |
◆ FileName
char* vtkCinemaExporter::FileName |
|
protected |
◆ ViewSelection
char* vtkCinemaExporter::ViewSelection |
|
protected |
◆ TrackSelection
char* vtkCinemaExporter::TrackSelection |
|
protected |
◆ ArraySelection
char* vtkCinemaExporter::ArraySelection |
|
protected |
The documentation for this class was generated from the following file: