QwtVectorFieldSample − Sample used in vector fields.
#include <qwt_samples.h>
QwtVectorFieldSample
(double x=0.0, double y=0.0, double
vx=0.0, double vy=0.0)
Constructor.
QwtVectorFieldSample (const QPointF &pos,
double vx=0.0, double vy=0.0)
Constructor.
QPointF pos () const
bool isNull () const
double x
x coordinate of the position
double y
y coordinate of the position
double vx
x coordinate of the vector
double vy
y coordinate of the vector
Sample used in vector fields.
A vector field sample is a position and a vector - usually representing some direction and magnitude - attached to this position.
See also
QwtVectorFieldData
Definition at line 243 of file qwt_samples.h.
Constructor.
Parameters
posX x coordinate of the
position
posY y coordinate of the position
vectorX x coordinate of the vector
vectorY y coordinate of the vector
Definition at line 277 of file qwt_samples.h.
Constructor.
Parameters
pos Position
vectorX x coordinate of the vector
vectorY y coordinate of the vector
Definition at line 293 of file qwt_samples.h.
Returns
true, if vx and vy are 0
Definition at line 309 of file qwt_samples.h.
Returns
x/y coordinates as QPointF
Definition at line 303 of file qwt_samples.h.
x coordinate of the vector
Definition at line 263 of file qwt_samples.h.
y coordinate of the vector
Definition at line 266 of file qwt_samples.h.
x coordinate of the position
Definition at line 257 of file qwt_samples.h.
y coordinate of the position
Definition at line 260 of file qwt_samples.h.
Generated automatically by Doxygen for Qwt User’s Guide from the source code.