The IEnvelope class.
More...
#include <hydrocouplespatial.h>
|
virtual | ~IEnvelope ()=default |
| The minimum x-coordinate value for this IEnvelope.
|
|
virtual double | minX () const =0 |
| minX The minimum x-coordinate value for this IEnvelope.
|
|
virtual double | maxX () const =0 |
| maxX The maximum x-coordinate value for this IEnvelope.
|
|
virtual double | minY () const =0 |
| minY The minimum y-coordinate value for this IEnvelope.
|
|
virtual double | maxY () const =0 |
| maxY The maximum y-coordinate value for this IEnvelope.
|
|
virtual double | minZ () const =0 |
| minZ The minimum z-coordinate value for this IEnvelope.
|
|
virtual double | maxZ () const =0 |
| maxZ The maximum z-coordinate value for this IEnvelope.
|
|
◆ ~IEnvelope()
virtual HydroCouple::Spatial::IEnvelope::~IEnvelope |
( |
| ) |
|
|
virtualdefault |
The minimum x-coordinate value for this IEnvelope.
◆ maxX()
virtual double HydroCouple::Spatial::IEnvelope::maxX |
( |
| ) |
const |
|
pure virtual |
maxX The maximum x-coordinate value for this IEnvelope.
- Returns
◆ maxY()
virtual double HydroCouple::Spatial::IEnvelope::maxY |
( |
| ) |
const |
|
pure virtual |
maxY The maximum y-coordinate value for this IEnvelope.
- Returns
◆ maxZ()
virtual double HydroCouple::Spatial::IEnvelope::maxZ |
( |
| ) |
const |
|
pure virtual |
maxZ The maximum z-coordinate value for this IEnvelope.
- Returns
◆ minX()
virtual double HydroCouple::Spatial::IEnvelope::minX |
( |
| ) |
const |
|
pure virtual |
minX The minimum x-coordinate value for this IEnvelope.
- Returns
◆ minY()
virtual double HydroCouple::Spatial::IEnvelope::minY |
( |
| ) |
const |
|
pure virtual |
minY The minimum y-coordinate value for this IEnvelope.
- Returns
◆ minZ()
virtual double HydroCouple::Spatial::IEnvelope::minZ |
( |
| ) |
const |
|
pure virtual |
minZ The minimum z-coordinate value for this IEnvelope.
- Returns
The documentation for this class was generated from the following file: