cutts.cpp File Reference

#include <iostream>
#include <string>
#include "CAsciiData.h"

Include dependency graph for cutts.cpp:

Go to the source code of this file.

Functions

int main (void)


Function Documentation

int main ( void   ) 

Definition at line 7 of file cutts.cpp.

00008 {
00009         CAsciiData InputData;
00010         string inputfilename;
00011         
00012         cout << "Inputfile: ";
00013         cin >> inputfilename;
00014         
00015         InputData.GetData(inputfilename);
00016         InputData.Resample(1300,1400,0.1);
00017         InputData.WriteData("out");
00018 }


Generated on Thu Nov 22 14:00:41 2007 for GPLIB++ by  doxygen 1.5.1