Functions

ReadFeatFileMain.cpp File Reference

#include <iostream>
#include "ReadFeatFile.h"
#include "alize.h"
Include dependency graph for ReadFeatFileMain.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

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

This program is used to read feature files and print their contents to STDOUT

Parameters:
argc
argv[]params for config checker
Returns:
send back a 0 value in all cases

For this tool, you must give following parameters: inputFeatureFileName, loadFeatureFileFormat, loadFeatureFileExtension

Sample command : ./ReadFeatFile --inputFeatureFileName ocpy_A --loadFeatureFileFormat SPRO4 --loadFeatureFileExtension .sph --featureFilesPath ./

Definition at line 66 of file ReadFeatFileMain.cpp.

References readFeatFile().