VTK
vtkX3DExporterJavaHelper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkX3DExporterJavaHelper.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
20 #ifndef vtkX3DExporterJavaHelper_h
21 #define vtkX3DExporterJavaHelper_h
22 
23 #include "vtkIOExportModule.h" // For export macro
24 #include "vtkObject.h"
25 
26 class vtkX3DExporterJavaHelperInternal;
27 
29 {
30 public:
33 
34  int OpenFile(const char* fileName);
35  int Write(const char* data, vtkIdType length);
36  int Close();
37 
39  static void SetFastInfosetJarLocation(const char* location);
40 
41 protected:
44 
45 
46  vtkX3DExporterJavaHelperInternal* Internal;
47  static char* FastInfosetJarLocation;
48 
49 private:
50  vtkX3DExporterJavaHelper(const vtkX3DExporterJavaHelper&); // Not implemented.
51  void operator=(const vtkX3DExporterJavaHelper&); // Not implemented.
52 };
53 
54 
55 #endif
56 
vtkgl::data
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: vtkgl.h:11339
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkX3DExporterJavaHelper::OpenFile
int OpenFile(const char *fileName)
vtkIOExportModule.h
vtkX3DExporterJavaHelper
create an x3d file
Definition: vtkX3DExporterJavaHelper.h:29
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkObject
abstract base class for most VTK objects
Definition: vtkObject.h:62
vtkX3DExporterJavaHelper::Internal
vtkX3DExporterJavaHelperInternal * Internal
Definition: vtkX3DExporterJavaHelper.h:46
vtkX3DExporterJavaHelper::Write
int Write(const char *data, vtkIdType length)
vtkX3DExporterJavaHelper::SetFastInfosetJarLocation
static void SetFastInfosetJarLocation(const char *location)
vtkX3DExporterJavaHelper::FastInfosetJarLocation
static char * FastInfosetJarLocation
Definition: vtkX3DExporterJavaHelper.h:47
vtkgl::length
GLuint GLsizei GLsizei * length
Definition: vtkgl.h:11992
vtkX3DExporterJavaHelper::~vtkX3DExporterJavaHelper
~vtkX3DExporterJavaHelper()
vtkObject.h
vtkX3DExporterJavaHelper::New
static vtkX3DExporterJavaHelper * New()
vtkgl::location
GLint location
Definition: vtkgl.h:12002
vtkX3DExporterJavaHelper::vtkX3DExporterJavaHelper
vtkX3DExporterJavaHelper()
vtkX3DExporterJavaHelper::Close
int Close()
VTKIOEXPORT_EXPORT
#define VTKIOEXPORT_EXPORT
Definition: vtkIOExportModule.h:15