VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Hybrid
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 "
vtkObject.h
"
24
25
class
vtkX3DExporterJavaHelperInternal;
26
27
class
VTK_HYBRID_EXPORT
vtkX3DExporterJavaHelper
:
public
vtkObject
28
{
29
public
:
30
static
vtkX3DExporterJavaHelper
*
New
();
31
vtkTypeMacro(
vtkX3DExporterJavaHelper
,
vtkObject
);
32
33
int
OpenFile(
const
char
* fileName);
34
int
Write(
const
char
*
data
,
vtkIdType
length
);
35
int
Close();
36
38
static
void
SetFastInfosetJarLocation(
const
char
*
location
);
39
40
protected
:
41
vtkX3DExporterJavaHelper
();
42
~
vtkX3DExporterJavaHelper
();
43
44
45
vtkX3DExporterJavaHelperInternal*
Internal
;
46
static
char
*
FastInfosetJarLocation
;
47
48
private
:
49
vtkX3DExporterJavaHelper
(
const
vtkX3DExporterJavaHelper
&);
// Not implemented.
50
void
operator=(
const
vtkX3DExporterJavaHelper
&);
// Not implemented.
51
};
52
53
54
#endif
55
vtkX3D::data
Definition:
vtkX3D.h:315
vtkX3D::location
Definition:
vtkX3D.h:406
vtkX3DExporterJavaHelper
create an x3d file
Definition:
vtkX3DExporterJavaHelper.h:27
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:60
vtkX3DExporterJavaHelper::FastInfosetJarLocation
static char * FastInfosetJarLocation
Definition:
vtkX3DExporterJavaHelper.h:46
vtkX3D::length
Definition:
vtkX3D.h:393
vtkIdType
int vtkIdType
Definition:
vtkType.h:255
vtkX3DExporterJavaHelper::Internal
vtkX3DExporterJavaHelperInternal * Internal
Definition:
vtkX3DExporterJavaHelper.h:45
vtkObject::New
static vtkObject * New()
vtkObject.h
VTK_HYBRID_EXPORT
#define VTK_HYBRID_EXPORT
Definition:
vtkWin32Header.h:281
Generated on Tue Oct 28 2014 11:39:56 for VTK by
1.8.8