Jpp
17.3.0-rc.1
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JMarkov
JPhotonPathWriter.hh
Go to the documentation of this file.
1
#ifndef H_PHOTON_PATH_WRITER
2
#define H_PHOTON_PATH_WRITER
3
4
#include "
JMarkov/JPhotonPath.hh
"
5
#include "
JIO/JBinaryFileWriter.hh
"
6
7
/**
8
* \author mjongen
9
*/
10
11
namespace
JMARKOV {}
12
namespace
JPP {
using namespace
JMARKOV; }
13
14
namespace
JMARKOV {
15
16
class
JPhotonPathWriter
:
public
JIO::JBinaryFileWriter
<JPhotonPath> {
17
public
:
18
19
using
JIO::JWriterObjectOutput<JPhotonPath>::put
;
20
} ;
21
22
}
23
24
#endif
JMARKOV::JPhotonPathWriter
Definition:
JPhotonPathWriter.hh:16
JIO::JBinaryFileWriter
Object(s) writing to binary file.
Definition:
JBinaryFileWriter.hh:32
JPhotonPath.hh
JBinaryFileWriter.hh
JIO::JWriterObjectOutput
Implementation of object output using JIO::JWriter for single data type.
Definition:
JWriterObjectOutput.hh:30
Generated by
1.8.5