libpointmatcher  1.3.1
Public Member Functions | Public Attributes | List of all members
PointMatcherIO< T >::SplitTime Struct Reference

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.
 

Detailed Description

template<typename T>
struct PointMatcherIO< T >::SplitTime

Storage for time loaded separatly.


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