Go to the source code of this file.
|
| | gtsam |
| | Global functions in a separate testing namespace.
|
| |
|
|
template<class T > |
| T | gtsam::serializationTestHelpers::create () |
| |
|
template<class T > |
| void | gtsam::serializationTestHelpers::roundtrip (const T &input, T &output) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equality (const T &input=T()) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equalsObj (const T &input=T()) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equalsDereferenced (const T &input) |
| |
|
template<class T > |
| void | gtsam::serializationTestHelpers::roundtripXML (const T &input, T &output) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equalityXML (const T &input=T()) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equalsXML (const T &input=T()) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equalsDereferencedXML (const T &input=T()) |
| |
|
template<class T > |
| void | gtsam::serializationTestHelpers::roundtripBinary (const T &input, T &output) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equalityBinary (const T &input=T()) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equalsBinary (const T &input=T()) |
| |
|
template<class T > |
| bool | gtsam::serializationTestHelpers::equalsDereferencedBinary (const T &input=T()) |
| |
|
|
const bool | verbose = false |
| |
- Author
- Alex Cunningham
-
Richard Roberts
- Date
- Feb 7, 2012