| 
    E57 Simple API V1.0.312
    Aug. 10, 2012
    
   | 
 
The e57::IndexBounds structure stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points. More...
#include <E57Simple.h>
Public Attributes | |
| int64_t | rowMinimum | 
| The minimum rowIndex value of any point represented by this IndexBounds object.  | |
| int64_t | rowMaximum | 
| The maximum rowIndex value of any point represented by this IndexBounds object.  | |
| int64_t | columnMinimum | 
| The minimum columnIndex value of any point represented by this IndexBounds object.  | |
| int64_t | columnMaximum | 
| The maximum columnIndex value of any point represented by this IndexBounds object.  | |
| int64_t | returnMinimum | 
| The minimum returnIndex value of any point represented by this IndexBounds object.  | |
| int64_t | returnMaximum | 
| The maximum returnIndex value of any point represented by this IndexBounds object.  | |
The e57::IndexBounds structure stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points.
 1.8.2