VTK
|
create an x3d file More...
#include <vtkX3DExporterJavaHelper.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkX3DExporterJavaHelper * | NewInstance () const |
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 (vtkObjectBase *o) |
static void | SetFastInfosetJarLocation (const char *location) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkX3DExporterJavaHelper () | |
~vtkX3DExporterJavaHelper () | |
Protected Attributes | |
vtkX3DExporterJavaHelperInternal * | Internal |
Static Protected Attributes | |
static char * | FastInfosetJarLocation |
create an x3d file
Definition at line 28 of file vtkX3DExporterJavaHelper.h.
Reimplemented from vtkObject.
Definition at line 32 of file vtkX3DExporterJavaHelper.h.
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.
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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkX3DExporterJavaHelper* vtkX3DExporterJavaHelper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkX3DExporterJavaHelper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
Reimplemented from vtkObject.
int vtkX3DExporterJavaHelper::OpenFile | ( | const char * | fileName | ) |
int vtkX3DExporterJavaHelper::Write | ( | const char * | data, |
vtkIdType | length | ||
) |
static void vtkX3DExporterJavaHelper::SetFastInfosetJarLocation | ( | const char * | location | ) | [static] |
Set the location of the FastInfoset JAR file
vtkX3DExporterJavaHelperInternal* vtkX3DExporterJavaHelper::Internal [protected] |
Definition at line 46 of file vtkX3DExporterJavaHelper.h.
char* vtkX3DExporterJavaHelper::FastInfosetJarLocation [static, protected] |
Definition at line 47 of file vtkX3DExporterJavaHelper.h.