Class: VectorView
Prev
Next

Class: VectorView

Represents a vectorView.

Inherits: DataObject

Constructors:

Properties:

VectorView ( Vector x, Vector y )

Creates a new vector view with the given x-vector and y-vector.

Vector xVector

the x-vector.

Vector yVector

the y-vector.

Vector flagVector

the flag-vector. Those points corresponding to non-zero values of the flag vector are removed from the output vectors.

Scalar xMin

the value for the minimum x-value for the view range.

Scalar xMax

the value for the maximum x-value for the view range.

Scalar yMin

the value for the minimum y-value for the view range.

Scalar yMax

the value for the maximum y-value for the view range.

boolean useXMin

If true, the minimum x-value is respected.

boolean useXMax

If true, the maximum x-value is respected.

boolean useYMin

If true, the minimum y-value is respected.

boolean useYMax

If true, the maximum y-value is respected.

number interpolateTo

the value for the maximum y-value for the view range. Must be one of:

  • 0 - interpolate to the x-vector

  • 1 - interpolate to the y-vector

  • 2 - interpolate to the high resolution vector

  • 3 - interpolate to the low resolution vector

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team