Go to the source code of this file.
|
| BOOST_AUTO_TEST_CASE (test_aabb) |
|
| BOOST_AUTO_TEST_CASE (test_BVHModel) |
|
| BOOST_AUTO_TEST_CASE (test_collision_data) |
|
| BOOST_AUTO_TEST_CASE (test_HeightField) |
|
| BOOST_AUTO_TEST_CASE (test_memory_footprint) |
|
| BOOST_AUTO_TEST_CASE (test_shapes) |
|
| BOOST_AUTO_TEST_CASE (test_transform) |
|
template<typename T > |
bool | check (const T &value, const T &other) |
|
template<typename T > |
bool | check_ptr (const T *value, const T *other) |
|
template<typename T > |
void | checkEqualStdVector (const std::vector< T > &v1, const std::vector< T > &v2) |
|
template<typename T > |
void | test_pointer_serialization (const T &value, T &other_value, const int mode=TXT|XML|BIN|STREAM) |
|
template<typename T > |
void | test_serialization (const T &value, const int mode=TXT|XML|BIN|STREAM) |
|
template<typename T > |
void | test_serialization (const T &value, T &other_value, const int mode=TXT|XML|BIN|STREAM) |
|
template<typename T > |
void | test_serialization (const T *value, T &other_value, const int mode=TXT|XML|BIN|STREAM) |
|
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE COAL_SERIALIZATION |
◆ SerializationMode
◆ BOOST_AUTO_TEST_CASE() [1/7]
BOOST_AUTO_TEST_CASE |
( |
test_aabb |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/7]
BOOST_AUTO_TEST_CASE |
( |
test_BVHModel |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/7]
BOOST_AUTO_TEST_CASE |
( |
test_collision_data |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/7]
BOOST_AUTO_TEST_CASE |
( |
test_HeightField |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/7]
BOOST_AUTO_TEST_CASE |
( |
test_memory_footprint |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/7]
BOOST_AUTO_TEST_CASE |
( |
test_shapes |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/7]
BOOST_AUTO_TEST_CASE |
( |
test_transform |
| ) |
|
◆ check()
template<typename T >
bool check |
( |
const T & |
value, |
|
|
const T & |
other |
|
) |
| |
◆ check_ptr()
template<typename T >
bool check_ptr |
( |
const T * |
value, |
|
|
const T * |
other |
|
) |
| |
◆ checkEqualStdVector()
template<typename T >
void checkEqualStdVector |
( |
const std::vector< T > & |
v1, |
|
|
const std::vector< T > & |
v2 |
|
) |
| |
◆ test_pointer_serialization()
template<typename T >
void test_pointer_serialization |
( |
const T & |
value, |
|
|
T & |
other_value, |
|
|
const int |
mode = TXT | XML | BIN | STREAM |
|
) |
| |
◆ test_serialization() [1/3]
template<typename T >
void test_serialization |
( |
const T & |
value, |
|
|
const int |
mode = TXT | XML | BIN | STREAM |
|
) |
| |
◆ test_serialization() [2/3]
template<typename T >
void test_serialization |
( |
const T & |
value, |
|
|
T & |
other_value, |
|
|
const int |
mode = TXT | XML | BIN | STREAM |
|
) |
| |
◆ test_serialization() [3/3]
template<typename T >
void test_serialization |
( |
const T * |
value, |
|
|
T & |
other_value, |
|
|
const int |
mode = TXT | XML | BIN | STREAM |
|
) |
| |