#include <iostream>#include "kernel/point.hpp"#include "kernel/line.hpp"#include "kernel/geo_point.hpp"#include "kernel/point_algorithm.hpp"#include "kernel/free_point_algorithm.hpp"#include "kernel/geo_line.hpp"#include "kernel/line_algorithm.hpp"#include "kernel/line_join_algorithm.hpp"#include "kernel/lines_meet_algorithm.hpp"#include "kernel/kernel_fassade.hpp"#include <boost/shared_ptr.hpp>#include <QtGui/QApplication>#include "ui/main_window.hpp"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
|
||||||||||||
|
Definition at line 42 of file geometria.cpp. References kernel_fassade::add_line(), kernel_fassade::add_point(), and kernel_fassade::get_instance(). |
1.4.6-NO