|
MEPP2 Project
|
#include "FEVV/DataStructures/AIF/AIFMesh.hpp"#include "FEVV/Wrappings/Graph_traits_aif.h"#include "FEVV/Wrappings/Geometry_traits_aif.h"#include "FEVV/Wrappings/properties_aif.h"#include "Testing/Utils/utils_retrieve_halfedge.h"#include "Testing/Utils/utils_are_meshes_identical.hpp"#include "FEVV/Operators/Generic/Manifold/split_edge.hpp"#include "FEVV/Filters/Generic/generic_reader.hpp"#include "FEVV/Filters/Generic/generic_writer.hpp"#include <fstream>#include <iostream>
Go to the source code of this file.
Typedefs | |
| using | AIFKernel = FEVV::AIF_mesh_kernel_generator |
| using | MeshT = FEVV::DataStructures::AIF::AIFMesh |
Functions | |
| void | test_split_edge_aif (const std::string &input_file_path, int source_index, int target_index, const std::string &output_file_path) |
| int | main (int narg, char **argv) |
Definition at line 17 of file test_split_edge_aif.cpp.
Definition at line 18 of file test_split_edge_aif.cpp.
| int main | ( | int | narg, |
| char ** | argv | ||
| ) |
| void test_split_edge_aif | ( | const std::string & | input_file_path, |
| int | source_index, | ||
| int | target_index, | ||
| const std::string & | output_file_path | ||
| ) |
Definition at line 38 of file test_split_edge_aif.cpp.

