MEPP2 Project
|
#include "FEVV/DataStructures/AIF/AIFMesh.hpp"
#include "FEVV/DataStructures/AIF/AIFMeshReader.hpp"
#include "FEVV/DataStructures/AIF/AIFMeshWriter.hpp"
#include "FEVV/Wrappings/Graph_traits_aif.h"
#include <fstream>
#include <iostream>
#include "Testing/Utils/utils_retrieve_edge.h"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include "FEVV/Operators/AIF/collapse_edge.hpp"
Go to the source code of this file.
Functions | |
void | test_collapse_edge_aif (std::string filename, int source_index, int target_index, const std::string &output_file_name) |
int | main (int narg, char **argv) |
int main | ( | int | narg, |
char ** | argv | ||
) |
Definition at line 87 of file test_non_manifold_collapse_edge_aif.cpp.
void test_collapse_edge_aif | ( | std::string | filename, |
int | source_index, | ||
int | target_index, | ||
const std::string & | output_file_name | ||
) |
Definition at line 33 of file test_non_manifold_collapse_edge_aif.cpp.