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
GZIPOutputStreamBuffer.h
Go to the documentation of this file.
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_GZIPOUTPUTSTREAMBUF_H
3
#define CHEPREP_GZIPOUTPUTSTREAMBUF_H
4
5
#include <string>
6
7
#include "
cheprep/DeflateOutputStreamBuffer.h
"
8
9
/**
10
* @author Mark Donszelmann
11
* @version $Id: GZIPOutputStreamBuffer.h,v 1.4 2005-06-02 21:28:45 duns Exp $
12
*/
13
namespace
cheprep
{
14
15
class
GZIPOutputStreamBuffer
:
public
DeflateOutputStreamBuffer
{
16
17
public
:
18
19
GZIPOutputStreamBuffer
( std::streambuf *outbuf );
20
21
int
overflow
(
int
);
22
23
void
setFilename
(
const
std::string &filename );
24
void
setComment
(
const
std::string &comment );
25
26
void
close
() ;
27
28
virtual
~GZIPOutputStreamBuffer
() ;
29
30
private
:
31
void
writeHeader();
32
void
writeTrailer();
33
34
std::string filename;
35
std::string comment;
36
bool
open;
37
};
38
39
40
}
// cheprep
41
42
#endif
// CHEPREP_GZIPOUTPUTSTREAMBUF_H
DeflateOutputStreamBuffer.h
cheprep::DeflateOutputStreamBuffer
Definition:
DeflateOutputStreamBuffer.h:20
cheprep::GZIPOutputStreamBuffer
Definition:
GZIPOutputStreamBuffer.h:15
cheprep::GZIPOutputStreamBuffer::close
void close()
Definition:
GZIPOutputStreamBuffer.cc:28
cheprep::GZIPOutputStreamBuffer::overflow
int overflow(int)
Definition:
GZIPOutputStreamBuffer.cc:41
cheprep::GZIPOutputStreamBuffer::~GZIPOutputStreamBuffer
virtual ~GZIPOutputStreamBuffer()
Definition:
GZIPOutputStreamBuffer.cc:37
cheprep::GZIPOutputStreamBuffer::setFilename
void setFilename(const std::string &filename)
Definition:
GZIPOutputStreamBuffer.cc:20
cheprep::GZIPOutputStreamBuffer::setComment
void setComment(const std::string &comment)
Definition:
GZIPOutputStreamBuffer.cc:24
cheprep
Definition:
AbstractXMLWriter.h:13
geant4-v9.6.0
source
visualization
HepRep
include
cheprep
GZIPOutputStreamBuffer.h
Generated by
1.9.6