Public Member Functions | Public Attributes
PointMatcherIO< T >::SplitTime Struct Reference

Storage for time loaded separatly. More...

#include <IO.h>

List of all members.

Public Member Functions

 SplitTime ()
 Constructor.

Public Attributes

Eigen::Matrix< unsigned int,
Eigen::Dynamic, Eigen::Dynamic > 
high32
 Matrix containing file data representing the high 32 bits.
bool isHigh32Found
 was the high 32bits found in the file
bool isLow32Found
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.

Definition at line 198 of file IO.h.


Constructor & Destructor Documentation

template<typename T>
PointMatcherIO< T >::SplitTime::SplitTime ( ) [inline]

Constructor.

Definition at line 208 of file IO.h.


Member Data Documentation

template<typename T>
Eigen::Matrix<unsigned int, Eigen::Dynamic, Eigen::Dynamic> PointMatcherIO< T >::SplitTime::high32

Matrix containing file data representing the high 32 bits.

Definition at line 203 of file IO.h.

template<typename T>
bool PointMatcherIO< T >::SplitTime::isHigh32Found

was the high 32bits found in the file

Definition at line 200 of file IO.h.

template<typename T>
bool PointMatcherIO< T >::SplitTime::isLow32Found

was the low 32bits found in the file

Definition at line 201 of file IO.h.

template<typename T>
Eigen::Matrix<unsigned int, Eigen::Dynamic, Eigen::Dynamic> PointMatcherIO< T >::SplitTime::low32

Matrix containing file data representing the low 32 bits.

Definition at line 205 of file IO.h.


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


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:33