55 QgsBox3D(
double xmin = std::numeric_limits<double>::quiet_NaN(),
double ymin = std::numeric_limits<double>::quiet_NaN(),
double zmin = std::numeric_limits<double>::quiet_NaN(),
56 double xmax = std::numeric_limits<double>::quiet_NaN(),
double ymax = std::numeric_limits<double>::quiet_NaN(),
double zmax = std::numeric_limits<double>::quiet_NaN(),
79 double zMin = std::numeric_limits<double>::quiet_NaN(),
double zMax = std::numeric_limits<double>::quiet_NaN(),
83 QgsBox3D( SIP_PYOBJECT x
SIP_TYPEHINT( Optional[Union[
QgsPoint,
QgsVector3D,
QgsRectangle,
float]] ) = Py_None, SIP_PYOBJECT y
SIP_TYPEHINT( Optional[
QgsPoint,
QgsVector3D,
float] ) = Py_None, SIP_PYOBJECT z
SIP_TYPEHINT( Optional[Union[
bool,
float]] ) = Py_None, SIP_PYOBJECT x2
SIP_TYPEHINT( Optional[Union[
bool,
float]] ) = Py_None, SIP_PYOBJECT y2
SIP_TYPEHINT( Optional[
float] ) = Py_None, SIP_PYOBJECT z2
SIP_TYPEHINT( Optional[
float] ) = Py_None, SIP_PYOBJECT n
SIP_TYPEHINT( Optional[
bool] ) = Py_None ) [(
double x = 0.0,
double y = 0.0,
double z = 0.0,
double x2 = 0.0,
double y2 = 0.0,
double z2 = 0.0,
bool n = true )];
85 if ( sipCanConvertToType( a0, sipType_QgsRectangle, SIP_NOT_NONE ) && a4 == Py_None && a5 == Py_None && a6 == Py_None )
90 QgsRectangle *p =
reinterpret_cast<QgsRectangle *
>( sipConvertToType( a0, sipType_QgsRectangle, 0, SIP_NOT_NONE, &state, &sipIsErr ) );
93 double z1 = a1 == Py_None ? std::numeric_limits<double>::quiet_NaN() : PyFloat_AsDouble( a1 );
94 double z2 = a2 == Py_None ? std::numeric_limits<double>::quiet_NaN() : PyFloat_AsDouble( a2 );
95 bool n = a3 == Py_None ? true : PyObject_IsTrue( a3 );
97 sipCpp =
new QgsBox3D( *p, z1, z2, n );
99 sipReleaseType( p, sipType_QgsRectangle, state );
101 else if ( sipCanConvertToType( a0, sipType_QgsPoint, SIP_NOT_NONE ) && sipCanConvertToType( a1, sipType_QgsPoint, SIP_NOT_NONE ) && a3 == Py_None && a4 == Py_None && a5 == Py_None && a6 == Py_None )
106 QgsPoint *pt1 =
reinterpret_cast<QgsPoint *
>( sipConvertToType( a0, sipType_QgsPoint, 0, SIP_NOT_NONE, &state, &sipIsErr ) );
109 QgsPoint *pt2 =
reinterpret_cast<QgsPoint *
>( sipConvertToType( a1, sipType_QgsPoint, 0, SIP_NOT_NONE, &state, &sipIsErr ) );
112 bool n = a2 == Py_None ? true : PyObject_IsTrue( a2 );
113 sipCpp =
new QgsBox3D( *pt1, *pt2, n );
115 sipReleaseType( pt2, sipType_QgsPoint, state );
117 sipReleaseType( pt1, sipType_QgsPoint, state );
119 else if ( sipCanConvertToType( a0, sipType_QgsVector3D, SIP_NOT_NONE ) && sipCanConvertToType( a1, sipType_QgsVector3D, SIP_NOT_NONE ) && a3 == Py_None && a4 == Py_None && a5 == Py_None && a6 == Py_None )
124 QgsVector3D *corner1 =
reinterpret_cast<QgsVector3D *
>( sipConvertToType( a0, sipType_QgsVector3D, 0, SIP_NOT_NONE, &state, &sipIsErr ) );
127 QgsVector3D *corner2 =
reinterpret_cast<QgsVector3D *
>( sipConvertToType( a1, sipType_QgsVector3D, 0, SIP_NOT_NONE, &state, &sipIsErr ) );
130 bool n = a2 == Py_None ? true : PyObject_IsTrue( a2 );
131 sipCpp =
new QgsBox3D( *corner1, *corner2, n );
133 sipReleaseType( corner2, sipType_QgsVector3D, state );
135 sipReleaseType( corner1, sipType_QgsVector3D, state );
138 ( a0 == Py_None || PyFloat_AsDouble( a0 ) != -1.0 || !PyErr_Occurred() ) &&
139 ( a1 == Py_None || PyFloat_AsDouble( a1 ) != -1.0 || !PyErr_Occurred() ) &&
140 ( a2 == Py_None || PyFloat_AsDouble( a2 ) != -1.0 || !PyErr_Occurred() ) &&
141 ( a3 == Py_None || PyFloat_AsDouble( a3 ) != -1.0 || !PyErr_Occurred() ) &&
142 ( a4 == Py_None || PyFloat_AsDouble( a3 ) != -1.0 || !PyErr_Occurred() ) &&
143 ( a5 == Py_None || PyFloat_AsDouble( a3 ) != -1.0 || !PyErr_Occurred() ) &&
144 ( a6 == Py_None || PyFloat_AsDouble( a3 ) != -1.0 || !PyErr_Occurred() ) )
146 double x1 = a0 == Py_None ? std::numeric_limits<double>::quiet_NaN() : PyFloat_AsDouble( a0 );
147 double y1 = a1 == Py_None ? std::numeric_limits<double>::quiet_NaN() : PyFloat_AsDouble( a1 );
148 double z1 = a2 == Py_None ? std::numeric_limits<double>::quiet_NaN() : PyFloat_AsDouble( a2 );
149 double x2 = a3 == Py_None ? std::numeric_limits<double>::quiet_NaN() : PyFloat_AsDouble( a3 );
150 double y2 = a4 == Py_None ? std::numeric_limits<double>::quiet_NaN() : PyFloat_AsDouble( a4 );
151 double z2 = a5 == Py_None ? std::numeric_limits<double>::quiet_NaN() : PyFloat_AsDouble( a5 );
152 bool n = a6 == Py_None ? true : PyObject_IsTrue( a6 );
153 sipCpp =
new QgsBox3D( x1, y1, z1, x2, y2, z2, n );
157 PyErr_SetString( PyExc_TypeError, u
"Invalid type in constructor arguments."_s.toUtf8().constData() );
168 void set(
double xMin,
double yMin,
double zMin,
double xMax,
double yMax,
double zMax,
bool normalize =
true )
170 mBounds2d.set( xMin, yMin, xMax, yMax,
false );
362 bool contains(
double x,
double y,
double z ) const
SIP_HOLDGIL;
376 void combineWith(
double x,
double y,
double z )
SIP_HOLDGIL;
416 void scale(
double scaleFactor,
double centerX,
double centerY,
double centerZ )
SIP_HOLDGIL;
422 void grow(
double delta );
452 QString toString(
int precision = 16 ) const
SIP_HOLDGIL;
485 SIP_PYOBJECT __repr__();
487 QString str = u
"<QgsBox3D(%1, %2, %3, %4, %5, %6)>"_s
488 .arg( sipCpp->xMinimum() )
489 .arg( sipCpp->yMinimum() )
490 .arg( sipCpp->zMinimum() )
491 .arg( sipCpp->xMaximum() )
492 .arg( sipCpp->yMaximum() )
493 .arg( sipCpp->zMaximum() );
494 sipRes = PyUnicode_FromString( str.toUtf8().constData() );
501 double mZmin = std::numeric_limits<double>::quiet_NaN();
502 double mZmax = std::numeric_limits<double>::quiet_NaN();