MEPP2 Project
Typedefs | Functions | Variables
test_helpers_aif.cpp File Reference
#include "FEVV/DataStructures/AIF/AIFMesh.hpp"
#include <cassert>
Include dependency graph for test_helpers_aif.cpp:

Go to the source code of this file.

Typedefs

typedef AIFTopologyHelpers helpers
 

Functions

helpers::face_descriptor add_face_to_mesh (const std::vector< helpers::vertex_descriptor > &vertices, helpers::smart_ptr_mesh mesh)
 
void test_assert (bool expr)
 
int main (void)
 

Variables

unsigned int nbAssert = 0
 

Typedef Documentation

◆ helpers

Definition at line 16 of file test_helpers_aif.cpp.

Function Documentation

◆ add_face_to_mesh()

helpers::face_descriptor add_face_to_mesh ( const std::vector< helpers::vertex_descriptor > &  vertices,
helpers::smart_ptr_mesh  mesh 
)

Definition at line 55 of file test_helpers_aif.cpp.

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

◆ main()

int main ( void  )

Definition at line 100 of file test_helpers_aif.cpp.

Here is the call graph for this function:

◆ test_assert()

void test_assert ( bool  expr)

Definition at line 92 of file test_helpers_aif.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ nbAssert

unsigned int nbAssert = 0

Definition at line 90 of file test_helpers_aif.cpp.