MeVisLab Toolbox Reference
MatrixHashPair Struct 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
 

Detailed Description

Struct for storing hash information for hashing by a Matrix4 and its precomputed hash key.

Definition at line 70 of file MLCSOIncludes.h.

Member Function Documentation

◆ operator==()

bool MatrixHashPair::operator== ( const MatrixHashPair other) const
inline

Definition at line 72 of file MLCSOIncludes.h.

References hashKey, and matrix.

Member Data Documentation

◆ hashKey

size_t MatrixHashPair::hashKey

Definition at line 77 of file MLCSOIncludes.h.

Referenced by MatrixHashFunction::operator()(), and operator==().

◆ matrix

ml::Matrix4 MatrixHashPair::matrix

Definition at line 76 of file MLCSOIncludes.h.

Referenced by operator==().


The documentation for this struct was generated from the following file: