|
Assimp
v4.1. (December 2018)
|
Record our way through the files to be compared and dump useful information if we fail. More...
Public Member Functions | |
| template<typename T > | |
| T | cmp (const std::string &name) |
| template<> | |
| float | cmp (const std::string &name) |
| template<> | |
| double | cmp (const std::string &name) |
| template<> | |
| aiVector3D | cmp (const std::string &name) |
| template<> | |
| aiColor4D | cmp (const std::string &name) |
| template<> | |
| aiQuaternion | cmp (const std::string &name) |
| template<> | |
| aiQuatKey | cmp (const std::string &name) |
| template<> | |
| aiVectorKey | cmp (const std::string &name) |
| template<> | |
| aiMatrix4x4 | cmp (const std::string &name) |
| template<> | |
| aiVertexWeight | cmp (const std::string &name) |
| template<typename T > | |
| void | cmp (size_t num, const std::string &name) |
| template<typename T > | |
| void | cmp_bounds (const std::string &name) |
| comparer_context (FILE *actual, FILE *expect) | |
| FILE * | get_actual () const |
| FILE * | get_expect () const |
| uint32_t | get_latest_chunk_length () |
| uint32_t | get_latest_chunk_start () |
| uint32_t | get_num_chunks () |
| void | pop_elem () |
| void | pop_length () |
| void | push_elem (const char *msg) |
| void | push_length (uint32_t nl, uint32_t start) |
Friends | |
| class | sliced_chunk_iterator |
Record our way through the files to be compared and dump useful information if we fail.
|
inline |
|
inline |
| float comparer_context::cmp | ( | const std::string & | name | ) |
| double comparer_context::cmp | ( | const std::string & | name | ) |
| aiVector3D comparer_context::cmp | ( | const std::string & | name | ) |
| aiColor4D comparer_context::cmp | ( | const std::string & | name | ) |
| aiQuaternion comparer_context::cmp | ( | const std::string & | name | ) |
| aiQuatKey comparer_context::cmp | ( | const std::string & | name | ) |
| aiVectorKey comparer_context::cmp | ( | const std::string & | name | ) |
| aiMatrix4x4 comparer_context::cmp | ( | const std::string & | name | ) |
| aiVertexWeight comparer_context::cmp | ( | const std::string & | name | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |