#include <vcl_vector.h>#include <vcl_string.h>#include <vcl_iosfwd.h>#include <gmvl/gmvl_node_sptr.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const vcl_vector< gmvl_node_sptr > &r) |
| to print out a lot of nodes. | |
| vcl_vector< gmvl_node_sptr > | gmvl_load_raw_corners (const vcl_string filename) |
| gmvl_node_sptr | gmvl_load_image (const vcl_string filename) |
Definition in file gmvl_helpers.h.
| gmvl_node_sptr gmvl_load_image | ( | const vcl_string | filename | ) |
Definition at line 49 of file gmvl_helpers.cxx.
| vcl_vector<gmvl_node_sptr> gmvl_load_raw_corners | ( | const vcl_string | filename | ) |
Definition at line 29 of file gmvl_helpers.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const vcl_vector< gmvl_node_sptr > & | r | ||
| ) |
to print out a lot of nodes.
Definition at line 20 of file gmvl_helpers.cxx.
1.7.5.1