| QGIS API Documentation
    3.16.0-Hannover (43b64b13f3)
    | 
 
 
 
Go to the documentation of this file.
   21 #include "qgis_core.h" 
   43     QgsBox3d( 
double xmin = 0, 
double ymin = 0, 
double zmin = 0, 
double xmax = 0, 
double ymax = 0, 
double zmax = 0 ) 
SIP_HOLDGIL;
 
  186     bool intersects( const 
QgsBox3d &other ) const;
 
  191     bool contains( const 
QgsBox3d &other ) const;
 
  199     bool contains( const 
QgsPoint &point ) const;
 
  
double volume() const SIP_HOLDGIL
Returns the volume of the box.
double xMaximum() const SIP_HOLDGIL
Returns the maximum x value.
bool operator==(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
Point geometry type, with support for z-dimension and m-values.
double width() const SIP_HOLDGIL
Returns the width of the box.
double height() const SIP_HOLDGIL
Returns the height of the box.
double zMaximum() const SIP_HOLDGIL
Returns the maximum z value.
A rectangle specified with double values.
double zMinimum() const SIP_HOLDGIL
Returns the minimum z value.
double yMinimum() const SIP_HOLDGIL
Returns the minimum y value.
double yMaximum() const SIP_HOLDGIL
Returns the maximum y value.
A 3-dimensional box composed of x, y, z coordinates.
double depth() const SIP_HOLDGIL
Returns the depth of the box.
double xMinimum() const SIP_HOLDGIL
Returns the minimum x value.