libpointmatcher
1.3.1
|
Storage for time loaded separatly. More...
#include <IO.h>
Public Member Functions | |
SplitTime () | |
Constructor. | |
Public Attributes | |
bool | isHigh32Found |
was the high 32bits found in the file | |
bool | isLow32Found |
was the low 32bits found in the file | |
Eigen::Matrix< unsigned int, Eigen::Dynamic, Eigen::Dynamic > | high32 |
Matrix containing file data representing the high 32 bits. | |
Eigen::Matrix< unsigned int, Eigen::Dynamic, Eigen::Dynamic > | low32 |
Matrix containing file data representing the low 32 bits. | |
Storage for time loaded separatly.