Go to the documentation of this file.
11 #ifndef QWT_POINT_3D_H
12 #define QWT_POINT_3D_H
16 #include <qmetatype.h>
39 void setX(
double x );
40 void setY(
double y );
41 void setZ(
double y );
43 QPointF toPoint()
const;
57 #ifndef QT_NO_DEBUG_STREAM
99 return m_x == 0.0 &&
m_y == 0.0 &&
m_z == 0.0;
161 return QPointF(
m_x,
m_y );
bool operator!=(const QwtPoint3D &) const
void setZ(double y)
Sets the z-coordinate of the point to the value specified by z.
bool operator==(const QwtPoint3D &) const
QWT_EXPORT QDebug operator<<(QDebug, const QwtPoint3D &)
void setX(double x)
Sets the x-coordinate of the point to the value specified by x.
bool operator==(QwtEventPattern::MousePattern b1, QwtEventPattern::MousePattern b2)
Compare operator.
constexpr bool operator!=(const optional< T > &lhs, const optional< U > &rhs)
\group relop
void setY(double y)
Sets the y-coordinate of the point to the value specified by y.
Q_DECLARE_TYPEINFO(QwtPoint3D, Q_MOVABLE_TYPE)
QwtPoint3D class defines a 3D point in double coordinates.
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Nov 11 2024 03:23:46