|
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 "FEVV/DataStructures/AIF/AIFMeshReader.hpp"#include "FEVV/DataStructures/AIF/AIFMeshWriter.hpp"#include "FEVV/Filters/Generic/Manifold/calculate_vertices_one_ring_barycenter.hpp"#include "FEVV/Filters/Generic/Manifold/calculate_vertices_one_ring_angles_based_centroid.hpp"#include "FEVV/Filters/Generic/Manifold/calculate_vertices_one_ring_geometric_laplacian.hpp"#include "FEVV/Filters/Generic/reposition_vertices.hpp"#include "FEVV/Tools/IO/FileUtilities.hpp"#include <fstream>
Go to the source code of this file.
Typedefs | |
| using | AIFKernel = FEVV::AIF_mesh_kernel_generator |
| using | MeshT = FEVV::DataStructures::AIF::AIFMesh |
| using | PtrMeshT = FEVV::DataStructures::AIF::AIFMesh::ptr_mesh |
Functions | |
| void | test_calculate_scaling_aif (const std::string &input_file_path) |
| int | main (int narg, char **argv) |
Definition at line 17 of file test_smoothing_aif.cpp.
Definition at line 18 of file test_smoothing_aif.cpp.
Definition at line 19 of file test_smoothing_aif.cpp.
| int main | ( | int | narg, |
| char ** | argv | ||
| ) |
| void test_calculate_scaling_aif | ( | const std::string & | input_file_path | ) |
Definition at line 49 of file test_smoothing_aif.cpp.

