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 Attributes | |
double | MinZ |
double | MaxZ |
Simple container for a bounding region in 3D.