Jpp  18.5.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JPhotonPathReader.hh
Go to the documentation of this file.
1 #ifndef H_PHOTON_PATH_READER
2 #define H_PHOTON_PATH_READER
3 
4 #include "JMarkov/JPhotonPath.hh"
6 
7 /**
8  * \author mjongen
9  */
10 
11 namespace JMARKOV {}
12 namespace JPP { using namespace JMARKOV; }
13 
14 namespace JMARKOV {
15 
16  class JPhotonPathReader : public JIO::JBinaryFileReader<JPhotonPath> {
17 
18  } ;
19 
20 }
21 
22 #endif
Object reading from binary file (i.e. .jpp).