Go to the source code of this file.
Defines | |
| #define | vpgl_list_txx_ |
| #define | VPGL_LIST_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| bool | vpgl_write_list (const vcl_vector< T > &list, vcl_string file) |
| template<class T > | |
| bool | vpgl_read_list (vcl_vector< T > &list, vcl_string file) |
Definition in file vpgl_list.txx.
| #define VPGL_LIST_INSTANTIATE | ( | T | ) |
template bool vpgl_read_list(vcl_vector<T >&, vcl_string ); \ template bool vpgl_write_list(const vcl_vector<T >&, vcl_string )
Definition at line 51 of file vpgl_list.txx.
| #define vpgl_list_txx_ |
Definition at line 3 of file vpgl_list.txx.
| bool vpgl_read_list | ( | vcl_vector< T > & | list, |
| vcl_string | file | ||
| ) |
Definition at line 29 of file vpgl_list.txx.
| bool vpgl_write_list | ( | const vcl_vector< T > & | list, |
| vcl_string | file | ||
| ) |
Definition at line 13 of file vpgl_list.txx.
1.7.5.1