18 #ifndef RECOREADERCUSTOM_H
19 #define RECOREADERCUSTOM_H
42 bool init(
const STD_string& input_filename);
44 const STD_vector<RecoCoord>& get_coords()
const {
return coord_vec_cache;}
46 const TinyVector<float,3>& reloffset()
const {
return reloffset_cache;}
47 STD_string image_proc()
const {
return "";}
48 const TinyVector<int,3>& image_size()
const {
return size_cache;}
49 const Protocol& protocol()
const {
return prot_cache;}
50 STD_string seqrecipe()
const {
return "";}
51 STD_string postProc3D()
const {
return "";}
52 STD_string preProc3D()
const {
return "";}
53 STD_string cmdline_opts()
const;
56 TinyVector<float,3> reloffset_cache;
57 TinyVector<int,3> size_cache;
61 mutable STD_vector<RecoCoord> coord_vec_cache;