Enumerations | Functions
contrib/mul/mbl/tools/sample_stats.cxx File Reference
#include <vcl_iostream.h>
#include <vcl_iterator.h>
#include <vcl_fstream.h>
#include <vcl_string.h>
#include <vcl_exception.h>
#include <vcl_map.h>
#include <vcl_typeinfo.h>
#include <vul/vul_arg.h>
#include <vul/vul_sprintf.h>
#include <mbl/mbl_log.h>
#include <mbl/mbl_exception.h>
#include <mbl/mbl_sample_stats_1d.h>

Go to the source code of this file.

Enumerations

enum  OutputFormat { LIST, TABLE }
 Identify which format to use for output. More...

Functions

int main2 (int argc, char *argv[])
int main (int argc, char *argv[])

Enumeration Type Documentation

Identify which format to use for output.

Enumerator:
LIST 

Write each statistic on a separate line, including its title.

TABLE 

Write all statistics on one line, arranged in columns.

Definition at line 22 of file sample_stats.cxx.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 247 of file sample_stats.cxx.

int main2 ( int  argc,
char *  argv[] 
)

Definition at line 52 of file sample_stats.cxx.