#include "vul_sequence_filename_map.h"
#include <vcl_cstddef.h>
#include <vcl_cstdlib.h>
#include <vcl_iostream.h>
#include <vcl_string.h>
#include <vul/vul_sprintf.h>
#include <vul/vul_reg_exp.h>
#include <vul/vul_file_iterator.h>
Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &os, const vul_sequence_filename_map &s) |
Variables | |
const bool | debug = 0 |
const int | num_dir_ext_pairs = sizeof(dir_ext_pairs) / sizeof(dir_ext_pairs[0]) |
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const vul_sequence_filename_map & | s | ||
) |
Definition at line 352 of file vul_sequence_filename_map.cxx.
const bool debug = 0 |
Definition at line 21 of file vul_sequence_filename_map.cxx.
char const* extension |
Definition at line 26 of file vul_sequence_filename_map.cxx.
char const* image_dir |
Definition at line 25 of file vul_sequence_filename_map.cxx.
const int num_dir_ext_pairs = sizeof(dir_ext_pairs) / sizeof(dir_ext_pairs[0]) |
Definition at line 38 of file vul_sequence_filename_map.cxx.