ALL 0.9.3
A Loadbalacing Library
Loading...
Searching...
No Matches
point_arithmetic.cpp File Reference
#include "ALL_Point.hpp"
#include <vector>
#include <boost/test/unit_test.hpp>
+ Include dependency graph for point_arithmetic.cpp:

Go to the source code of this file.

Macros

#define BOOST_TEST_MAIN
 
#define BOOST_TEST_MODULE   point_arithmetic
 

Functions

 BOOST_AUTO_TEST_CASE (point_add_double)
 
 BOOST_AUTO_TEST_CASE (point_add_float)
 
 BOOST_AUTO_TEST_CASE (point_add_long_double)
 
 BOOST_AUTO_TEST_CASE (point_cross_float)
 
 BOOST_AUTO_TEST_CASE (point_cross_long_double)
 
 BOOST_AUTO_TEST_CASE (point_dist_plane)
 
 BOOST_AUTO_TEST_CASE (point_scale_double)
 
 BOOST_AUTO_TEST_CASE (point_scale_float)
 
 BOOST_AUTO_TEST_CASE (point_scale_long_double)
 
 BOOST_AUTO_TEST_CASE (point_sub_double)
 

Macro Definition Documentation

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 31 of file point_arithmetic.cpp.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   point_arithmetic

Definition at line 33 of file point_arithmetic.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/10]

BOOST_AUTO_TEST_CASE ( point_add_double )

Definition at line 40 of file point_arithmetic.cpp.

+ Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/10]

BOOST_AUTO_TEST_CASE ( point_add_float )

Definition at line 54 of file point_arithmetic.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/10]

BOOST_AUTO_TEST_CASE ( point_add_long_double )

Definition at line 68 of file point_arithmetic.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/10]

BOOST_AUTO_TEST_CASE ( point_cross_float )

Definition at line 96 of file point_arithmetic.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/10]

BOOST_AUTO_TEST_CASE ( point_cross_long_double )

Definition at line 110 of file point_arithmetic.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/10]

BOOST_AUTO_TEST_CASE ( point_dist_plane )

Definition at line 175 of file point_arithmetic.cpp.

+ Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [7/10]

BOOST_AUTO_TEST_CASE ( point_scale_double )

Definition at line 124 of file point_arithmetic.cpp.

◆ BOOST_AUTO_TEST_CASE() [8/10]

BOOST_AUTO_TEST_CASE ( point_scale_float )

Definition at line 141 of file point_arithmetic.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/10]

BOOST_AUTO_TEST_CASE ( point_scale_long_double )

Definition at line 158 of file point_arithmetic.cpp.

◆ BOOST_AUTO_TEST_CASE() [10/10]

BOOST_AUTO_TEST_CASE ( point_sub_double )

Definition at line 82 of file point_arithmetic.cpp.