VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPVWebGLExporter Class Reference

#include <vtkPVWebGLExporter.h>

Inheritance diagram for vtkPVWebGLExporter:
Inheritance graph
[legend]
Collaboration diagram for vtkPVWebGLExporter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkExporter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPVWebGLExporterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetFileName (const char *)
virtual char * GetFileName ()

Static Public Member Functions

static vtkPVWebGLExporterNew ()
static int IsTypeOf (const char *type)
static vtkPVWebGLExporterSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPVWebGLExporter ()
 ~vtkPVWebGLExporter ()
void WriteData ()

Protected Attributes

char * FileName

Detailed Description

Definition at line 21 of file vtkPVWebGLExporter.h.


Member Typedef Documentation

Reimplemented from vtkExporter.

Definition at line 25 of file vtkPVWebGLExporter.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

static int vtkPVWebGLExporter::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkExporter.

virtual int vtkPVWebGLExporter::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkExporter.

Reimplemented from vtkExporter.

virtual vtkObjectBase* vtkPVWebGLExporter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkExporter.

Reimplemented from vtkExporter.

void vtkPVWebGLExporter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkExporter.

virtual void vtkPVWebGLExporter::SetFileName ( const char *  ) [virtual]
virtual char* vtkPVWebGLExporter::GetFileName ( ) [virtual]
void vtkPVWebGLExporter::WriteData ( ) [protected, virtual]

Implements vtkExporter.


Member Data Documentation

char* vtkPVWebGLExporter::FileName [protected]

Definition at line 39 of file vtkPVWebGLExporter.h.


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