|
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/read_ply_points.h>#include <stdexcept>#include <string>

Go to the source code of this file.
Classes | |
| struct | FEVV::Construct_color |
Namespaces | |
| FEVV | |
| Interfaces for plugins These interfaces will be used for different plugins. | |
| FEVV::Filters | |
Functions | |
| void | FEVV::parse_ply_header (std::ifstream &in, bool &has_normal, bool &has_color, bool &is_binary) |
| void | FEVV::Filters::read_mesh (const std::string &filename, FEVV::CGALPointSet &g, PMapsContainer &pmaps, bool=false) |
| Load mesh from file. More... | |