VTK
dox
IO
Export
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
=========================================================================*/
21
#ifndef vtkX3DExporterJavaHelper_h
22
#define vtkX3DExporterJavaHelper_h
23
24
#include "vtkIOExportModule.h"
// For export macro
25
#include "
vtkObject.h
"
26
27
class
vtkX3DExporterJavaHelperInternal;
28
29
class
VTKIOEXPORT_EXPORT
vtkX3DExporterJavaHelper
:
public
vtkObject
30
{
31
public
:
32
static
vtkX3DExporterJavaHelper
*
New
();
33
vtkTypeMacro(
vtkX3DExporterJavaHelper
,
vtkObject
);
34
35
int
OpenFile
(
const
char
* fileName);
36
int
Write
(
const
char
*
data
,
vtkIdType
length
);
37
int
Close
();
38
42
static
void
SetFastInfosetJarLocation
(
const
char
*
location
);
43
44
protected
:
45
vtkX3DExporterJavaHelper
();
46
~vtkX3DExporterJavaHelper
();
47
48
49
vtkX3DExporterJavaHelperInternal*
Internal
;
50
static
char
*
FastInfosetJarLocation
;
51
52
private
:
53
vtkX3DExporterJavaHelper
(
const
vtkX3DExporterJavaHelper
&) =
delete
;
54
void
operator=(
const
vtkX3DExporterJavaHelper
&) =
delete
;
55
};
56
57
58
#endif
59
vtkIdType
int vtkIdType
Definition:
vtkType.h:347
vtkX3DExporterJavaHelper::OpenFile
int OpenFile(const char *fileName)
vtkX3D::data
@ data
Definition:
vtkX3D.h:315
vtkX3DExporterJavaHelper
create an x3d file
Definition:
vtkX3DExporterJavaHelper.h:30
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:60
vtkX3DExporterJavaHelper::Internal
vtkX3DExporterJavaHelperInternal * Internal
Definition:
vtkX3DExporterJavaHelper.h:49
vtkX3DExporterJavaHelper::Write
int Write(const char *data, vtkIdType length)
vtkX3D::length
@ length
Definition:
vtkX3D.h:393
vtkX3DExporterJavaHelper::SetFastInfosetJarLocation
static void SetFastInfosetJarLocation(const char *location)
Set the location of the FastInfoset JAR file.
vtkX3DExporterJavaHelper::FastInfosetJarLocation
static char * FastInfosetJarLocation
Definition:
vtkX3DExporterJavaHelper.h:50
vtkX3DExporterJavaHelper::~vtkX3DExporterJavaHelper
~vtkX3DExporterJavaHelper()
vtkObject.h
vtkX3DExporterJavaHelper::New
static vtkX3DExporterJavaHelper * New()
vtkX3DExporterJavaHelper::vtkX3DExporterJavaHelper
vtkX3DExporterJavaHelper()
vtkX3D::location
@ location
Definition:
vtkX3D.h:406
vtkX3DExporterJavaHelper::Close
int Close()
Generated by
1.8.20