contrib/gel/gmvl/gmvl_helpers.h
Go to the documentation of this file.
00001 // This is gel/gmvl/gmvl_helpers.h
00002 #ifndef gmvl_helpers_h_
00003 #define gmvl_helpers_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \author crossge@crd.ge.com
00010 
00011 #include <vcl_vector.h>
00012 #include <vcl_string.h>
00013 #include <vcl_iosfwd.h>
00014 #include <gmvl/gmvl_node_sptr.h>
00015 
00016 //: to print out a lot of nodes
00017 vcl_ostream &operator<<( vcl_ostream &os, const vcl_vector<gmvl_node_sptr> &r);
00018 
00019 // standard input and output
00020 
00021 // standard double, double list
00022 vcl_vector<gmvl_node_sptr> gmvl_load_raw_corners( const vcl_string filename);
00023 gmvl_node_sptr gmvl_load_image( const vcl_string filename);
00024 
00025 #endif // gmvl_helpers_h_