Stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points. More...
#include <E57SimpleData.h>
Public Member Functions | |
bool | operator!= (const IndexBounds &rhs) const |
bool | operator== (const IndexBounds &rhs) const |
Public Attributes | |
int64_t | columnMaximum |
The maximum columnIndex value of any point represented by this IndexBounds object. More... | |
int64_t | columnMinimum |
The minimum columnIndex value of any point represented by this IndexBounds object. More... | |
int64_t | returnMaximum |
The maximum returnIndex value of any point represented by this IndexBounds object. More... | |
int64_t | returnMinimum |
The minimum returnIndex value of any point represented by this IndexBounds object. More... | |
int64_t | rowMaximum { 0 } |
The maximum rowIndex value of any point represented by this IndexBounds object. More... | |
int64_t | rowMinimum { 0 } |
The minimum rowIndex value of any point represented by this IndexBounds object. More... | |
Stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points.
bool e57::IndexBounds::operator!= | ( | const IndexBounds & | rhs | ) | const |
bool e57::IndexBounds::operator== | ( | const IndexBounds & | rhs | ) | const |
References columnMaximum, columnMinimum, returnMaximum, returnMinimum, rowMaximum, and rowMinimum.
int64_t e57::IndexBounds::columnMaximum |
The maximum columnIndex value of any point represented by this IndexBounds object.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
int64_t e57::IndexBounds::columnMinimum |
The minimum columnIndex value of any point represented by this IndexBounds object.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
int64_t e57::IndexBounds::returnMaximum |
The maximum returnIndex value of any point represented by this IndexBounds object.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
int64_t e57::IndexBounds::returnMinimum |
The minimum returnIndex value of any point represented by this IndexBounds object.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
int64_t e57::IndexBounds::rowMaximum { 0 } |
The maximum rowIndex value of any point represented by this IndexBounds object.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
int64_t e57::IndexBounds::rowMinimum { 0 } |
The minimum rowIndex value of any point represented by this IndexBounds object.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().