MEPP2 Project
Functions
initializer_decompression.h File Reference
#include "FEVV/Filters/Generic/generic_writer.hpp"
#include "FEVV/Filters/CGAL/Progressive_Compression/progressive_decompression_filter.hpp"
Include dependency graph for initializer_decompression.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename MeshT >
int progressive_decompression_main (int argc, const char **argv)
 A mesh type templated main(argc, argv) function that. More...
 

Function Documentation

◆ progressive_decompression_main()

template<typename MeshT >
int progressive_decompression_main ( int  argc,
const char **  argv 
)

A mesh type templated main(argc, argv) function that.

  • applies the progressive_decompression_filter generic filter on a compressed mesh file (binary file) ,
  • reconstructs at maximum nb_max_batches batches,
  • and write the resulting mesh to a file.

Definition at line 26 of file initializer_decompression.h.

Here is the call graph for this function: