Go to the source code of this file.
|
| | FEVV |
| | Interfaces for plugins These interfaces will be used for different plugins.
|
| |
| | FEVV::Filters |
| |
|
| 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 >, 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...
|
| |