MEPP2 Project
Typedefs | Functions
test_smoothing_aif.cpp File Reference
#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>
Include dependency graph for test_smoothing_aif.cpp:

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)
 

Typedef Documentation

◆ AIFKernel

Definition at line 17 of file test_smoothing_aif.cpp.

◆ MeshT

Definition at line 18 of file test_smoothing_aif.cpp.

◆ PtrMeshT

Definition at line 19 of file test_smoothing_aif.cpp.

Function Documentation

◆ main()

int main ( int  narg,
char **  argv 
)

Definition at line 122 of file test_smoothing_aif.cpp.

Here is the call graph for this function:

◆ test_calculate_scaling_aif()

void test_calculate_scaling_aif ( const std::string &  input_file_path)

Definition at line 49 of file test_smoothing_aif.cpp.

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