VTK
|
#include <vtkPVWebGLExporter.h>
Public Types | |
typedef vtkExporter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPVWebGLExporter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
Static Public Member Functions | |
static vtkPVWebGLExporter * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVWebGLExporter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPVWebGLExporter () | |
~vtkPVWebGLExporter () | |
void | WriteData () |
Protected Attributes | |
char * | FileName |
Definition at line 21 of file vtkPVWebGLExporter.h.
Reimplemented from vtkExporter.
Definition at line 25 of file vtkPVWebGLExporter.h.
vtkPVWebGLExporter::vtkPVWebGLExporter | ( | ) | [protected] |
vtkPVWebGLExporter::~vtkPVWebGLExporter | ( | ) | [protected] |
static vtkPVWebGLExporter* vtkPVWebGLExporter::New | ( | ) | [static] |
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.
static vtkPVWebGLExporter* vtkPVWebGLExporter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
char* vtkPVWebGLExporter::FileName [protected] |
Definition at line 39 of file vtkPVWebGLExporter.h.