21 #include <odinpara/ldrtypes.h>
22 #include <odinpara/ldrblock.h>
35 bool init(
int nx,
int ny,
int nz);
37 bool is_valid()
const {
return valid;}
39 const farray& get_overlay_map(
int current_z=-1)
const;
40 bool write_overlay_map(
const STD_string& filename,
const Protocol& prot);
42 void new_slice(
const float *data,
int slice);
51 mutable farray overlay_map;