Defines | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/unit_tests/core/math/optimization/const_bounds/src/unit_const_bounds.cpp File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/optimization/optimization_make_constant_bounds.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>

Defines

#define BOOST_AUTO_TEST_MAIN

Functions

template<typename bound_function >
void test_vector_bounds (bound_function const &B)
template<typename bound_function >
void test_scalar_bounds (bound_function const &B)
 BOOST_AUTO_TEST_SUITE (opentissue_math_big_make_const_bounds)
 BOOST_AUTO_TEST_CASE (test_case)
 BOOST_AUTO_TEST_SUITE_END ()

Define Documentation

#define BOOST_AUTO_TEST_MAIN

Function Documentation

BOOST_AUTO_TEST_CASE ( test_case   ) 
BOOST_AUTO_TEST_SUITE ( opentissue_math_big_make_const_bounds   ) 
BOOST_AUTO_TEST_SUITE_END (  ) 
template<typename bound_function >
void test_scalar_bounds ( bound_function const &  B  )  [inline]
template<typename bound_function >
void test_vector_bounds ( bound_function const &  B  )  [inline]