MEPP2 Project
|
#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/split_edge.hpp"
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... | |
#define USE_GENERIC_READER_WRITER |
Definition at line 20 of file test_split_edge_polyhedron.cpp.
int main | ( | int | narg, |
char ** | argv | ||
) |
[Snippet Ctest Example]
Definition at line 95 of file test_split_edge_polyhedron.cpp.
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_split_edge_polyhedron.cpp.