#include "../../shared/src/syBR.hpp"
#include "math/Vector3.hpp"
#include <string>
#include <iostream>
#include <fstream>
Namespaces | |
namespace | syBR |
namespace | syBR::map2syBR |
Classes | |
struct | syBR::map2syBR::Triangle |
Triangle. More... | |
Defines | |
#define | OUTPUT(log, content) if (log) {log << content;} std::cout << content; |
Functions | |
void | syBR::map2syBR::displaySyntax () |
Display the program syntax. | |
int | main (int argc, char **argv) |
Variables | |
bool | syBR::map2syBR::verbose |
Verbose mode. | |
std::ofstream | syBR::map2syBR::log |
Log file. |
#define OUTPUT | ( | log, | |||
content | ) | if (log) {log << content;} std::cout << content; |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Copyright © 2008 by Sebastien Frippiat
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
Last modified Tue Dec 30 17:57:32 2008