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

create an x3d file More...

#include <vtkX3DExporterJavaHelper.h>

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

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkX3DExporterJavaHelperNewInstance () const
int OpenFile (const char *fileName)
int Write (const char *data, vtkIdType length)
int Close ()

Static Public Member Functions

static vtkX3DExporterJavaHelperNew ()
static int IsTypeOf (const char *type)
static vtkX3DExporterJavaHelperSafeDownCast (vtkObjectBase *o)
static void SetFastInfosetJarLocation (const char *location)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkX3DExporterJavaHelper ()
 ~vtkX3DExporterJavaHelper ()

Protected Attributes

vtkX3DExporterJavaHelperInternal * Internal

Static Protected Attributes

static char * FastInfosetJarLocation

Detailed Description

create an x3d file

Definition at line 28 of file vtkX3DExporterJavaHelper.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 32 of file vtkX3DExporterJavaHelper.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 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.

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


Member Data Documentation

vtkX3DExporterJavaHelperInternal* vtkX3DExporterJavaHelper::Internal [protected]

Definition at line 46 of file vtkX3DExporterJavaHelper.h.

Definition at line 47 of file vtkX3DExporterJavaHelper.h.


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