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 PointMap , typename VertexColorMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >> |
| std::string | FEVV::Filters::decompression_valence (HalfedgeGraph &g, PointMap *pm, VertexColorMap *v_cm, const std::string &input_filename, bool &has_color, bool do_write_info, std::vector< HalfedgeGraph * > *intermediate_meshes, std::vector< VertexColorMap * > *intermediate_vertex_color_maps, int stop_level, bool do_write_intermediate_meshes, const GeometryTraits &) |
| | Uncompress a mesh compressed with Compression Valence algorithm. More...
|
| |
| template<typename HalfedgeGraph , typename PointMap , typename VertexColorMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >> |
| std::string | FEVV::Filters::decompression_valence (HalfedgeGraph &g, PointMap *pm, VertexColorMap *v_cm, const std::string &input_filename, bool &has_color, bool do_write_info=false, std::vector< HalfedgeGraph * > *intermediate_meshes=nullptr, std::vector< VertexColorMap * > *intermediate_vertex_color_maps=nullptr, int stop_level=-1, bool do_write_intermediate_meshes=false) |
| | Uncompress a mesh compressed with Compression Valence algorithm. More...
|
| |