QWT 7.0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
QwtVectorFieldSample Class Reference

Sample used in vector fields. More...

#include <qwt_samples.h>

Public Member Functions

 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
 

Public Attributes

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ QwtVectorFieldSample() [1/2]

QwtVectorFieldSample::QwtVectorFieldSample ( double  posX = 0.0,
double  posY = 0.0,
double  vectorX = 0.0,
double  vectorY = 0.0 
)
inline

Constructor.

Parameters
posXx coordinate of the position
posYy coordinate of the position
vectorXx coordinate of the vector
vectorYy coordinate of the vector

◆ QwtVectorFieldSample() [2/2]

QwtVectorFieldSample::QwtVectorFieldSample ( const QPointF &  pos,
double  vectorX = 0.0,
double  vectorY = 0.0 
)
inline

Constructor.

Parameters
posPosition
vectorXx coordinate of the vector
vectorYy coordinate of the vector

Member Function Documentation

◆ isNull()

bool QwtVectorFieldSample::isNull ( ) const
inline
Returns
true, if vx and vy are 0

◆ pos()

QPointF QwtVectorFieldSample::pos ( ) const
inline
Returns
x/y coordinates as QPointF

The documentation for this class was generated from the following file: