Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
n
o
p
r
s
t
z
Variables
Typedefs
b
d
f
g
h
i
n
p
s
t
u
y
Enumerations
Enumerator
_
a
c
d
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Enumerations
c
d
e
f
g
l
m
o
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
a
b
c
d
g
h
i
k
o
q
r
s
t
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Enumerations
b
c
d
e
g
j
l
m
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
ZipOutputStream.h
Go to the documentation of this file.
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_ZIPOUTPUTSTREAM_H
3
#define CHEPREP_ZIPOUTPUTSTREAM_H
4
5
#include <string>
6
#include <iostream>
7
#include <vector>
8
9
10
/**
11
* @author Mark Donszelmann
12
* @version $Id: ZipOutputStream.h,v 1.9 2005-06-02 21:28:45 duns Exp $
13
*/
14
namespace
cheprep
{
15
16
class
ZipOutputStreamBuffer;
17
18
class
ZipOutputStream
:
public
std::ostream {
19
20
public
:
21
22
ZipOutputStream
(std::ostream& os);
23
24
void
closeEntry
();
25
26
void
close
();
27
28
void
putNextEntry
(
const
std::string& name,
bool
compress
);
29
30
void
setComment
(
const
std::string& comment);
31
32
virtual
~ZipOutputStream
();
33
34
private
:
35
ZipOutputStreamBuffer
* buffer;
36
};
37
38
}
// cheprep
39
40
#endif
// CHEPREP_ZIPOUTPUTSTREAM_H
cheprep::ZipOutputStreamBuffer
Definition:
ZipOutputStreamBuffer.h:19
cheprep::ZipOutputStream
Definition:
ZipOutputStream.h:18
cheprep::ZipOutputStream::closeEntry
void closeEntry()
Definition:
zipoutputstream.cc:22
cheprep::ZipOutputStream::~ZipOutputStream
virtual ~ZipOutputStream()
Definition:
zipoutputstream.cc:39
cheprep::ZipOutputStream::putNextEntry
void putNextEntry(const std::string &name, bool compress)
Definition:
zipoutputstream.cc:31
cheprep::ZipOutputStream::setComment
void setComment(const std::string &comment)
Definition:
zipoutputstream.cc:35
cheprep::ZipOutputStream::close
void close()
Definition:
zipoutputstream.cc:27
compress
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
Definition:
compress.cc:57
cheprep
Definition:
AbstractXMLWriter.h:13
geant4-v9.6.0
source
visualization
HepRep
include
cheprep
ZipOutputStream.h
Generated by
1.9.6