MEPP2 Project
Functions | Variables
test_one_ring_aif.cpp File Reference
#include "FEVV/Wrappings/Graph_traits_aif.h"
#include "FEVV/DataStructures/AIF/AIFMesh.hpp"
#include "FEVV/Wrappings/Geometry_traits_aif.h"
#include "FEVV/Operators/Generic/Manifold/k_ring.hpp"
#include <algorithm>
#include <cassert>
Include dependency graph for test_one_ring_aif.cpp:

Go to the source code of this file.

Functions

template<typename T >
void display_container (const T &container, const char *title)
 
template<typename T >
bool rotationally_equal (const T &v1, T v2, bool test_in_reverse_order_too=true)
 
int main (void)
 

Variables

const bool VERBOSE = false
 

Function Documentation

◆ display_container()

template<typename T >
void display_container ( const T &  container,
const char *  title 
)

Definition at line 32 of file test_one_ring_aif.cpp.

Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 98 of file test_one_ring_aif.cpp.

Here is the call graph for this function:

◆ rotationally_equal()

template<typename T >
bool rotationally_equal ( const T &  v1,
v2,
bool  test_in_reverse_order_too = true 
)

Definition at line 49 of file test_one_ring_aif.cpp.

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

Variable Documentation

◆ VERBOSE

const bool VERBOSE = false

Definition at line 42 of file test_one_ring_aif.cpp.