|
MEPP2 Project
|
#include "FEVV/DataStructures/DataStructures_cgal_point_set.h"#include "FEVV/Wrappings/Wrappings_cgal_point_set.h"#include "FEVV/Wrappings/properties.h"#include "FEVV/Tools/IO/FileUtilities.hpp"#include <CGAL/Point_set_3/IO.h>#include <CGAL/IO/write_ply_points.h>#include <stdexcept>

Go to the source code of this file.
Namespaces | |
| FEVV | |
| Interfaces for plugins These interfaces will be used for different plugins. | |
| FEVV::Filters | |
Functions | |
| void | FEVV::Filters::write_mesh (const std::string &filename, FEVV::CGALPointSet &g, PMapsContainer &pmaps) |
| Write mesh to file. More... | |