MEPP2 Project
Macros | Functions
test_flip_edge_polyhedron.cpp File Reference
#include <CGAL/Cartesian.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Polyhedron_items_with_id_3.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include "FEVV/Wrappings/Geometry_traits_cgal_polyhedron_3.h"
#include "FEVV/Wrappings/properties_polyhedron_3.h"
#include "FEVV/Wrappings/Graph_traits_extension_cgal_polyhedron_3.h"
#include "FEVV/Filters/Generic/generic_reader.hpp"
#include "FEVV/Filters/Generic/generic_writer.hpp"
#include <fstream>
#include <string>
#include "Testing/Utils/utils_retrieve_halfedge.h"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include "FEVV/Operators/Generic/Manifold/flip_edge.hpp"
Include dependency graph for test_flip_edge_polyhedron.cpp:

Go to the source code of this file.

Macros

#define USE_GENERIC_READER_WRITER
 

Functions

void test_split_edge_polyhedron (std::string input_file_path, int source_index, int target_index, const std::string &output_file_name)
 
int main (int narg, char **argv)
 [Snippet Ctest Example] More...
 

Macro Definition Documentation

◆ USE_GENERIC_READER_WRITER

#define USE_GENERIC_READER_WRITER

Definition at line 20 of file test_flip_edge_polyhedron.cpp.

Function Documentation

◆ main()

int main ( int  narg,
char **  argv 
)

[Snippet Ctest Example]

Definition at line 95 of file test_flip_edge_polyhedron.cpp.

Here is the call graph for this function:

◆ test_split_edge_polyhedron()

void test_split_edge_polyhedron ( std::string  input_file_path,
int  source_index,
int  target_index,
const std::string &  output_file_name 
)

Definition at line 41 of file test_flip_edge_polyhedron.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: