Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_spline.cpp


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_spline.cpp

    r4271 r8127  
    6969/*!
    7070   Copy constructor
    71    \param other Spline used for initilization
     71   \param other Spline used for initialization
    7272*/
    7373QwtSpline::QwtSpline( const QwtSpline& other )
     
    7878/*!
    7979   Assignment operator
    80    \param other Spline used for initilization
     80   \param other Spline used for initialization
     81   \return *this
    8182*/
    8283QwtSpline &QwtSpline::operator=( const QwtSpline & other )
     
    153154
    154155/*!
    155    Return points passed by setPoints
     156   \return Points, that have been by setPoints()
    156157*/
    157158QPolygonF QwtSpline::points() const
     
    197198  Calculate the interpolated function value corresponding
    198199  to a given argument x.
     200
     201  \param x Coordinate
     202  \return Interpolated coordinate
    199203*/
    200204double QwtSpline::value( double x ) const
Note: See TracChangeset for help on using the changeset viewer.