34 #include <boost/filesystem.hpp> 45 #include <ncursesw/ncurses.h> 67 while( (key = getch() ) != ERR )
74 renderer->processKey(key);
81 std::cout << opt.
inputFile() <<
" is not a triangle mesh!" << std::endl;
static ModelPtr readModel(std::string filename)
A class to parse the program options for the reconstruction executable.
std::shared_ptr< Model > ModelPtr
std::shared_ptr< AsciiRenderer > AsciiRendererPtr
int main(int argc, char **argv)