ViennaLS
Loading...
Searching...
No Matches
RemoveDuplicateNodes.cpp File Reference
#include <lsMesh.hpp>
#include <vcTestAsserts.hpp>
#include <cmath>
#include <limits>

Functions

template<class T>
void testEmptyAndUnique ()
template<class T>
void testConnectivityAndData ()
template<class T>
void testFloatingPointEquality ()
template<class T>
void testAllDuplicatesAndInvalidData ()
template<class T>
void runTests ()
int main ()

Function Documentation

◆ main()

int main ( )

◆ runTests()

template<class T>
void runTests ( )

◆ testAllDuplicatesAndInvalidData()

template<class T>
void testAllDuplicatesAndInvalidData ( )

◆ testConnectivityAndData()

template<class T>
void testConnectivityAndData ( )

◆ testEmptyAndUnique()

template<class T>
void testEmptyAndUnique ( )

◆ testFloatingPointEquality()

template<class T>
void testFloatingPointEquality ( )