|
GDAL
|
Simple container for a bounding region in 3D. More...
#include <ogr_core.h>
Public Member Functions | |
| OGREnvelope3D (const OGREnvelope3D &oOther) | |
| int | IsInit () const |
| void | Merge (OGREnvelope3D const &sOther) |
| void | Merge (double dfX, double dfY, double dfZ) |
| void | Intersect (OGREnvelope3D const &sOther) |
| int | Intersects (OGREnvelope3D const &other) const |
| int | Contains (OGREnvelope3D const &other) const |
Public Member Functions inherited from OGREnvelope | |
| OGREnvelope (const OGREnvelope &oOther) | |
| int | IsInit () const |
| void | Merge (OGREnvelope const &sOther) |
| void | Merge (double dfX, double dfY) |
| void | Intersect (OGREnvelope const &sOther) |
| int | Intersects (OGREnvelope const &other) const |
| int | Contains (OGREnvelope const &other) const |
Public Attributes | |
| double | MinZ |
| double | MaxZ |
Public Attributes inherited from OGREnvelope | |
| double | MinX |
| double | MaxX |
| double | MinY |
| double | MaxY |
Simple container for a bounding region in 3D.
1.8.13.