Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVWebExporter Class Reference

vtkPVWebExporter is used to produce vtkjs export in the ParaView application. More...

#include <vtkPVWebExporter.h>

Inherits vtkJSONSceneExporter.

Public Types

typedef vtkJSONSceneExporter Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void SetParaViewGlanceHTML (const char *)
 Specify file name of the ParaViewGlance HTML file to use to embed the data in. More...
 
virtual char * GetParaViewGlanceHTML ()
 Specify file name of the ParaViewGlance HTML file to use to embed the data in. More...
 

Static Public Member Functions

static vtkPVWebExporterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVWebExporterSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVWebExporter ()
 
 ~vtkPVWebExporter () override
 
void Write () override
 

Detailed Description

vtkPVWebExporter is used to produce vtkjs export in the ParaView application.

vtkPVWebExporter is used to produce scene export for web sharing.

Definition at line 29 of file vtkPVWebExporter.h.

Member Typedef Documentation

◆ Superclass

typedef vtkJSONSceneExporter vtkPVWebExporter::Superclass

Definition at line 33 of file vtkPVWebExporter.h.

Constructor & Destructor Documentation

◆ vtkPVWebExporter()

vtkPVWebExporter::vtkPVWebExporter ( )
protected

◆ ~vtkPVWebExporter()

vtkPVWebExporter::~vtkPVWebExporter ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkPVWebExporter* vtkPVWebExporter::New ( )
static

◆ GetClassName()

virtual const char* vtkPVWebExporter::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

void vtkPVWebExporter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ SetParaViewGlanceHTML()

virtual void vtkPVWebExporter::SetParaViewGlanceHTML ( const char *  )
virtual

Specify file name of the ParaViewGlance HTML file to use to embed the data in.

◆ GetParaViewGlanceHTML()

virtual char* vtkPVWebExporter::GetParaViewGlanceHTML ( )
virtual

Specify file name of the ParaViewGlance HTML file to use to embed the data in.

◆ Write()

void vtkPVWebExporter::Write ( )
overrideprotected

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