MeVisLab Toolbox Reference
|
Struct for storing hash information for hashing by a Matrix4 and its precomputed hash key. More...
#include <MLCSOIncludes.h>
Public Member Functions | |
bool | operator== (const MatrixHashPair &other) const |
Public Attributes | |
ml::Matrix4 | matrix |
size_t | hashKey |
Struct for storing hash information for hashing by a Matrix4 and its precomputed hash key.
Definition at line 70 of file MLCSOIncludes.h.
|
inline |
Definition at line 72 of file MLCSOIncludes.h.
size_t MatrixHashPair::hashKey |
Definition at line 77 of file MLCSOIncludes.h.
Referenced by operator==().
ml::Matrix4 MatrixHashPair::matrix |
Definition at line 76 of file MLCSOIncludes.h.
Referenced by operator==().