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... | |
Stores the bounds of some data in spherical coordinates.
| e57::SphericalBounds::SphericalBounds | ( | ) |
References azimuthEnd, azimuthStart, elevationMaximum, elevationMinimum, rangeMaximum, and rangeMinimum.
| bool e57::SphericalBounds::operator!= | ( | const SphericalBounds & | rhs | ) | const |
| bool e57::SphericalBounds::operator== | ( | const SphericalBounds & | rhs | ) | const |
References azimuthEnd, azimuthStart, elevationMaximum, elevationMinimum, rangeMaximum, and rangeMinimum.
| 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().
| 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().
| double e57::SphericalBounds::elevationMaximum |
The maximum extent of the bounding region from the horizontal plane.
Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().
| double e57::SphericalBounds::elevationMinimum |
The minimum extent of the bounding region from the horizontal plane.
Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().
| double e57::SphericalBounds::rangeMaximum |
The maximum extent of the bounding region in the r direction.
Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().
| double e57::SphericalBounds::rangeMinimum |
The minimum extent of the bounding region in the r direction.
Referenced by operator==(), e57::ReaderImpl::ReadData3D(), and SphericalBounds().