libE57Format 3.4.0
C++ library for reading & writing the E57 file format for point cloud data
Loading...
Searching...
No Matches
e57::SphericalBounds Struct Reference

Stores the bounds of some data in spherical coordinates. More...

#include <E57SimpleData.h>

Public Member Functions

 SphericalBounds ()
 To avoid exposing M_PI, we define the constructor here.
bool operator!= (const SphericalBounds &rhs) const
bool operator== (const SphericalBounds &rhs) const

Public Attributes

double azimuthEnd
 The ending azimuth angle defining the extent of the bounding region around the z axis.
double azimuthStart
 The starting azimuth angle defining the extent of the bounding region around the z axis.
double elevationMaximum
 The maximum extent of the bounding region from the horizontal plane.
double elevationMinimum
 The minimum extent of the bounding region from the horizontal plane.
double rangeMaximum
 The maximum extent of the bounding region in the r direction.
double rangeMinimum
 The minimum extent of the bounding region in the r direction.

Detailed Description

Stores the bounds of some data in spherical coordinates.

Constructor & Destructor Documentation

◆ SphericalBounds()

e57::SphericalBounds::SphericalBounds ( )

To avoid exposing M_PI, we define the constructor here.

Member Function Documentation

◆ operator!=()

bool e57::SphericalBounds::operator!= ( const SphericalBounds & rhs) const
inline

◆ operator==()

bool e57::SphericalBounds::operator== ( const SphericalBounds & rhs) const
inline

Member Data Documentation

◆ azimuthEnd

double e57::SphericalBounds::azimuthEnd

The ending azimuth angle defining the extent of the bounding region around the z axis.

◆ azimuthStart

double e57::SphericalBounds::azimuthStart

The starting azimuth angle defining the extent of the bounding region around the z axis.

◆ elevationMaximum

double e57::SphericalBounds::elevationMaximum

The maximum extent of the bounding region from the horizontal plane.

◆ elevationMinimum

double e57::SphericalBounds::elevationMinimum

The minimum extent of the bounding region from the horizontal plane.

◆ rangeMaximum

double e57::SphericalBounds::rangeMaximum

The maximum extent of the bounding region in the r direction.

◆ rangeMinimum

double e57::SphericalBounds::rangeMinimum

The minimum extent of the bounding region in the r direction.


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