Defines | Functions
contrib/gel/mrc/vpgl/algo/vpgl_list.txx File Reference
#include "vpgl_list.h"
#include <vcl_fstream.h>

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)

Detailed Description

Definition in file vpgl_list.txx.


Define Documentation

#define VPGL_LIST_INSTANTIATE (   T)
Value:
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.


Function Documentation

template<class T >
bool vpgl_read_list ( vcl_vector< T > &  list,
vcl_string  file 
)

Definition at line 29 of file vpgl_list.txx.

template<class T >
bool vpgl_write_list ( const vcl_vector< T > &  list,
vcl_string  file 
)

Definition at line 13 of file vpgl_list.txx.