MEPP2 Project
Functions
test_progressive_comp_decomp.inl File Reference
#include "FEVV/Filters/Generic/generic_reader.hpp"
#include "FEVV/Filters/Generic/generic_writer.hpp"
#include "FEVV/Filters/CGAL/Progressive_Compression/Helpers/initializer_compression.h"
#include "FEVV/Filters/CGAL/Progressive_Compression/progressive_decompression_filter.hpp"
#include "FEVV/Tools/IO/FileUtilities.hpp"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
Include dependency graph for test_progressive_comp_decomp.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename MeshT >
int test_automatic_progressive_compression_decompression (int argc, const char **argv)
 Compresses then decompresses a mesh. More...
 

Function Documentation

◆ test_automatic_progressive_compression_decompression()

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

Compresses then decompresses a mesh.

Parameters
argcNumber of arguments in argv.
argvArray of C strings.
Returns
the test status. 0 when the test success (decompressed version is equal to the original mesh); -1 otherwise.

Definition at line 32 of file test_progressive_comp_decomp.inl.

Here is the call graph for this function: