MEPP2 Project
Namespaces | Functions
generic_reader.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Graph_traits_extension.h"
#include "FEVV/Wrappings/Geometry_traits.h"
#include "FEVV/Wrappings/properties.h"
#include "FEVV/Types/Mesh_vector_representation.h"
#include "FEVV/Filters/Generic/mesh_from_vector_representation.hpp"
#include "FEVV/Tools/IO/ObjFileReader.h"
#include "FEVV/Tools/IO/OffFileReader.h"
#include "FEVV/Tools/IO/PlyFileReader.h"
#include "FEVV/Tools/IO/MshFileReader.h"
#include <chrono>
Include dependency graph for generic_reader.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Filters
 

Functions

double FEVV::Filters::get_time_and_reset (std::chrono::time_point< std::chrono::steady_clock > &time_start)
 Measure time since starting time and reset starting time. More...
 
template<typename HalfedgeGraph , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
void FEVV::Filters::read_mesh (const std::string &filename, HalfedgeGraph &g, PMapsContainer &pmaps, const GeometryTraits &gt, bool only_pts)
 Load mesh from file. More...
 
template<typename HalfedgeGraph , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
void FEVV::Filters::read_mesh (const std::string &filename, HalfedgeGraph &g, PMapsContainer &pmaps, bool only_pts=false)
 Load mesh from file. More...