Home
last modified time | relevance | path

Searched refs:data_type_fname (Results 1 – 1 of 1) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_create_stream_cache_process.cxx54 …std::string data_type_fname = pro.get_input<std::string>(i++); // open data streams of this type… in boxm2_create_stream_cache_process() local
76 std::ifstream ifst(data_type_fname.c_str()); in boxm2_create_stream_cache_process()
78 std::cerr << "error opening file " <<data_type_fname << '\n'; in boxm2_create_stream_cache_process()