libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
Loading...
Searching...
No Matches
e57::IndexBounds Struct Reference

Stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points. More...

#include <E57SimpleData.h>

+ Collaboration diagram for e57::IndexBounds:

Public Member Functions

bool operator!= (const IndexBounds &rhs) const
 
bool operator== (const IndexBounds &rhs) const
 

Public Attributes

int64_t columnMaximum = 0
 The maximum columnIndex value of any point represented by this IndexBounds object.
 
int64_t columnMinimum = 0
 The minimum columnIndex value of any point represented by this IndexBounds object.
 
int64_t returnMaximum = 0
 The maximum returnIndex value of any point represented by this IndexBounds object.
 
int64_t returnMinimum = 0
 The minimum returnIndex value of any point represented by this IndexBounds object.
 
int64_t rowMaximum = 0
 The maximum rowIndex value of any point represented by this IndexBounds object.
 
int64_t rowMinimum = 0
 The minimum rowIndex value of any point represented by this IndexBounds object.
 

Detailed Description

Stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points.

Member Function Documentation

◆ operator!=()

bool e57::IndexBounds::operator!= ( const IndexBounds rhs) const
inline

◆ operator==()

bool e57::IndexBounds::operator== ( const IndexBounds rhs) const
inline

Member Data Documentation

◆ columnMaximum

int64_t e57::IndexBounds::columnMaximum = 0

The maximum columnIndex value of any point represented by this IndexBounds object.

◆ columnMinimum

int64_t e57::IndexBounds::columnMinimum = 0

The minimum columnIndex value of any point represented by this IndexBounds object.

◆ returnMaximum

int64_t e57::IndexBounds::returnMaximum = 0

The maximum returnIndex value of any point represented by this IndexBounds object.

◆ returnMinimum

int64_t e57::IndexBounds::returnMinimum = 0

The minimum returnIndex value of any point represented by this IndexBounds object.

◆ rowMaximum

int64_t e57::IndexBounds::rowMaximum = 0

The maximum rowIndex value of any point represented by this IndexBounds object.

◆ rowMinimum

int64_t e57::IndexBounds::rowMinimum = 0

The minimum rowIndex value of any point represented by this IndexBounds object.


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