e57::SphericalBounds Struct Reference

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

#include <E57SimpleData.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Stores the bounds of some data in spherical coordinates.

Constructor & Destructor Documentation

◆ SphericalBounds()

e57::SphericalBounds::SphericalBounds ( )

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ azimuthEnd

double e57::SphericalBounds::azimuthEnd

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

Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().

◆ azimuthStart

double e57::SphericalBounds::azimuthStart

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

Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().

◆ elevationMaximum

double e57::SphericalBounds::elevationMaximum

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

Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().

◆ elevationMinimum

double e57::SphericalBounds::elevationMinimum

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

Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().

◆ rangeMaximum

double e57::SphericalBounds::rangeMaximum

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

Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().

◆ rangeMinimum

double e57::SphericalBounds::rangeMinimum

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

Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().


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