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

Specifies an axis-aligned box in local cartesian coordinates. More...

#include <E57SimpleData.h>

Public Member Functions

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

Public Attributes

double xMaximum = DOUBLE_MAX
 The maximum extent of the bounding box in the X direction.
 
double xMinimum = -DOUBLE_MAX
 The minimum extent of the bounding box in the X direction.
 
double yMaximum = DOUBLE_MAX
 The maximum extent of the bounding box in the Y direction.
 
double yMinimum = -DOUBLE_MAX
 The minimum extent of the bounding box in the Y direction.
 
double zMaximum = DOUBLE_MAX
 The maximum extent of the bounding box in the Z direction.
 
double zMinimum = -DOUBLE_MAX
 The minimum extent of the bounding box in the Z direction.
 

Detailed Description

Specifies an axis-aligned box in local cartesian coordinates.

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ xMaximum

double e57::CartesianBounds::xMaximum = DOUBLE_MAX

The maximum extent of the bounding box in the X direction.

◆ xMinimum

double e57::CartesianBounds::xMinimum = -DOUBLE_MAX

The minimum extent of the bounding box in the X direction.

◆ yMaximum

double e57::CartesianBounds::yMaximum = DOUBLE_MAX

The maximum extent of the bounding box in the Y direction.

◆ yMinimum

double e57::CartesianBounds::yMinimum = -DOUBLE_MAX

The minimum extent of the bounding box in the Y direction.

◆ zMaximum

double e57::CartesianBounds::zMaximum = DOUBLE_MAX

The maximum extent of the bounding box in the Z direction.

◆ zMinimum

double e57::CartesianBounds::zMinimum = -DOUBLE_MAX

The minimum extent of the bounding box in the Z direction.


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