Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vpgl_pro/processes/
H A Dvpgl_nitf_footprint_process.cxx47 std::string footprint_filename = pro.get_input<std::string>(1); in vpgl_nitf_footprint_process() local
52 std::ofstream ofs(footprint_filename.c_str()); in vpgl_nitf_footprint_process()
54 …std::cerr << "ERROR: vpgl_nitf_footprint_process : Error opening " << footprint_filename << " for … in vpgl_nitf_footprint_process()
H A Dvpgl_geo_camera_processes.cxx288 std::string footprint_filename = pro.get_input<std::string>(2); in vpgl_geo_footprint_process() local
292 std::ofstream ofs(footprint_filename.c_str(), std::ios::app); in vpgl_geo_footprint_process()
294 …std::cerr << "ERROR: vpgl_geo_footprint_process : Error opening " << footprint_filename << " for w… in vpgl_geo_footprint_process()