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
vtkX3D::data
Definition:
vtkX3D.h:315
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkX3DExporterJavaHelper
create an x3d file
Definition:
vtkX3DExporterJavaHelper.h:29
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:59
vtkX3DExporterJavaHelper::Internal
vtkX3DExporterJavaHelperInternal * Internal
Definition:
vtkX3DExporterJavaHelper.h:49
vtkX3D::length
Definition:
vtkX3D.h:393
vtkX3DExporterJavaHelper::FastInfosetJarLocation
static char * FastInfosetJarLocation
Definition:
vtkX3DExporterJavaHelper.h:50
vtkObject.h
vtkX3D::location
Definition:
vtkX3D.h:406
Generated by
1.8.16