atlas  0.6
filekl.h
Go to the documentation of this file.
1 
2 #ifndef FILEKL_H
3 #define FILEKL_H
4 
5 
6 #include <iosfwd>
7 
8 #include "../Atlas.h"
9 
10 namespace atlas {
11  namespace filekl {
12 
14  const BlockElt noGoodAscent= UndefBlock-1;
15 
16  const unsigned int magic_code=0x06ABdCF0;
17 
18 
19  void write_block_file(const Block& block, std::ostream& out);
20 
21  void write_matrix_file(const kl::KLContext& klc, std::ostream& out);
22 
23  void write_KL_store(const kl::KLStore& store, std::ostream& out);
24 
25  }
26 }
27 #endif
28 
Definition: kl.h:49
void write_block_file(const Block &block, std::ostream &out)
Definition: filekl.cpp:9
std::vector< KLPol > KLStore
Definition: Atlas.h:385
const BlockElt noGoodAscent
Definition: filekl.h:14
#define out(c)
Definition: cweave.c:205
const BlockElt UndefBlock
Definition: filekl.h:13
void write_KL_store(const kl::KLStore &store, std::ostream &out)
Definition: filekl.cpp:122
const unsigned int magic_code
Definition: filekl.h:16
Definition: Atlas.h:38
void write_matrix_file(const kl::KLContext &klc, std::ostream &out)
Definition: filekl.cpp:102
unsigned int BlockElt
Definition: Atlas.h:367