Defines | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/unit_tests/core/math/interval/src/unit_interval.cpp File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/interval/interval_boost_interval_type_traits.h>
#include <OpenTissue/core/math/interval/interval.h>
#include <OpenTissue/core/math/math_vector3.h>
#include <OpenTissue/core/math/math_matrix3x3.h>
#include <OpenTissue/utility/utility_timer.h>
#include <OpenTissue/utility/utility_push_boost_filter.h>
#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test_suite.hpp>
#include <boost/test/floating_point_comparison.hpp>
#include <boost/test/test_tools.hpp>
#include <OpenTissue/utility/utility_pop_boost_filter.h>
#include <iostream>

Defines

#define BOOST_AUTO_TEST_MAIN

Functions

template<typename interval_type >
void interval_compile_testing ()
template<typename interval_type >
void performance_test (interval_type const &i)
 BOOST_AUTO_TEST_SUITE (opentissue_math_interval)
 BOOST_AUTO_TEST_CASE (opentissue_testing)
 BOOST_AUTO_TEST_CASE (boost_default_testing)
 BOOST_AUTO_TEST_CASE (boost_default_with_unprotect_testing)
 BOOST_AUTO_TEST_CASE (boost_smart_type_testing)
 BOOST_AUTO_TEST_CASE (boost_smart_type_with_unprotect_testing)
 BOOST_AUTO_TEST_SUITE_END ()

Define Documentation

#define BOOST_AUTO_TEST_MAIN

Function Documentation

BOOST_AUTO_TEST_CASE ( opentissue_testing   ) 
BOOST_AUTO_TEST_CASE ( boost_default_testing   ) 
BOOST_AUTO_TEST_CASE ( boost_smart_type_with_unprotect_testing   ) 
BOOST_AUTO_TEST_CASE ( boost_smart_type_testing   ) 
BOOST_AUTO_TEST_CASE ( boost_default_with_unprotect_testing   ) 
BOOST_AUTO_TEST_SUITE ( opentissue_math_interval   ) 
BOOST_AUTO_TEST_SUITE_END (  ) 
template<typename interval_type >
void interval_compile_testing (  ) 
template<typename interval_type >
void performance_test ( interval_type const &  i  )