This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* core tpie configurations and initializations */ | |
#include <tpie/tpie.h> | |
#include <tpie/file_stream.h> | |
#include <string> | |
#include <ctime> | |
using std::cerr; | |
using std::endl; | |
/* a basic struct storing a 3D segment */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* core tpie configurations and initializations */ | |
#include <tpie/tpie.h> | |
#include <tpie/file_stream.h> | |
#include <string> | |
#include <ctime> | |
using std::cerr; | |
using std::endl; | |