Go to the source code of this file.
|
| | FEVV |
| | Interfaces for plugins These interfaces will be used for different plugins.
|
| |
| | FEVV::Filters |
| |
|
| template<typename HalfedgeGraph , typename GeometryTraits > |
| void | FEVV::Filters::write_mesh (const std::string &filename, HalfedgeGraph &g, PMapsContainer &pmaps, const GeometryTraits >) |
| | Write mesh to file. More...
|
| |
| template<typename HalfedgeGraph , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >> |
| void | FEVV::Filters::write_mesh (const std::string &filename, HalfedgeGraph &g, PMapsContainer &pmaps) |
| | Write mesh to file. More...
|
| |