#include <vtkX3DExporterJavaHelper.h>
Definition at line 27 of file vtkX3DExporterJavaHelper.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
int | OpenFile (const char *fileName) |
int | Write (const char *data, vtkIdType length) |
int | Close () |
Static Public Member Functions | |
static vtkX3DExporterJavaHelper * | New () |
static int | IsTypeOf (const char *type) |
static vtkX3DExporterJavaHelper * | SafeDownCast (vtkObject *o) |
static void | SetFastInfosetJarLocation (const char *location) |
Protected Member Functions | |
vtkX3DExporterJavaHelper () | |
~vtkX3DExporterJavaHelper () | |
Protected Attributes | |
vtkX3DExporterJavaHelperInternal * | Internal |
Static Protected Attributes | |
static char * | FastInfosetJarLocation |
vtkX3DExporterJavaHelper::vtkX3DExporterJavaHelper | ( | ) | [protected] |
vtkX3DExporterJavaHelper::~vtkX3DExporterJavaHelper | ( | ) | [protected] |
static vtkX3DExporterJavaHelper* vtkX3DExporterJavaHelper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkX3DExporterJavaHelper::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
static int vtkX3DExporterJavaHelper::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkX3DExporterJavaHelper::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkX3DExporterJavaHelper* vtkX3DExporterJavaHelper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
int vtkX3DExporterJavaHelper::OpenFile | ( | const char * | fileName | ) |
int vtkX3DExporterJavaHelper::Write | ( | const char * | data, | |
vtkIdType | length | |||
) |
int vtkX3DExporterJavaHelper::Close | ( | ) |
static void vtkX3DExporterJavaHelper::SetFastInfosetJarLocation | ( | const char * | location | ) | [static] |
Set the location of the FastInfoset JAR file
vtkX3DExporterJavaHelperInternal* vtkX3DExporterJavaHelper::Internal [protected] |
Definition at line 45 of file vtkX3DExporterJavaHelper.h.
char* vtkX3DExporterJavaHelper::FastInfosetJarLocation [static, protected] |
Definition at line 46 of file vtkX3DExporterJavaHelper.h.