MEPP2 Project
Namespaces | Functions
decompression_valence.h File Reference
#include "FEVV/Filters/Generic/Manifold/Compression_Valence/Compression_Valence_Component.h"
Include dependency graph for decompression_valence.h:
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

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...