E57 Simple API V1.0.312  Aug. 10, 2012
Public Attributes | List of all members
e57::IndexBounds Class Reference

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.
 

Detailed Description

The e57::IndexBounds structure stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points.


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