Functions
contrib/mul/mbl/tools/mbl_apply_mask_to_file.cxx File Reference
#include <vcl_string.h>
#include <vcl_cstddef.h>
#include <vcl_iostream.h>
#include <vcl_fstream.h>
#include <vcl_sstream.h>
#include <vcl_algorithm.h>
#include <vul/vul_arg.h>
#include <vcl_exception.h>
#include <mbl/mbl_mask.h>

Go to the source code of this file.

Functions

bool load_vals (vcl_vector< vcl_string > &values, const vcl_string &filename)
bool load_vals (vcl_vector< vcl_string > &values, const vcl_string &filename, const vcl_string &delim)
void write_vals (const vcl_vector< vcl_string > &values, vcl_ostream &os)
int main (int argc, char **argv)
vcl_string trim (const vcl_string &s)
void split_and_add (vcl_vector< vcl_string > &values, const vcl_string &string, const vcl_string &delim)

Function Documentation

bool load_vals ( vcl_vector< vcl_string > &  values,
const vcl_string &  filename 
)

Definition at line 124 of file mbl_apply_mask_to_file.cxx.

bool load_vals ( vcl_vector< vcl_string > &  values,
const vcl_string &  filename,
const vcl_string &  delim 
)

Definition at line 106 of file mbl_apply_mask_to_file.cxx.

int main ( int  argc,
char **  argv 
)

Definition at line 22 of file mbl_apply_mask_to_file.cxx.

void split_and_add ( vcl_vector< vcl_string > &  values,
const vcl_string &  string,
const vcl_string &  delim 
)

Definition at line 93 of file mbl_apply_mask_to_file.cxx.

vcl_string trim ( const vcl_string &  s)

Definition at line 85 of file mbl_apply_mask_to_file.cxx.

void write_vals ( const vcl_vector< vcl_string > &  values,
vcl_ostream &  os 
)

Definition at line 142 of file mbl_apply_mask_to_file.cxx.