⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qwtstdvectordata.3

📁 软件无线电的平台
💻 3
字号:
.TH "QwtStdVectorData" 3 "4 Nov 2003" "Qwt User's Guide" \" -*- nroff -*-.ad l.nh.SH NAMEQwtStdVectorData \- .SH SYNOPSIS.br.PPInherits \fBQwtData\fP..PP.SH "Detailed Description".PP Data class containing two std::vector<double> objects. QwtStdVectorData shows how to speed up calls to \fBboundingRect()\fP by caching. Caching is safe due to the copy semantics of std::vector (immediate copy on assignment). .PP.SS "Public Member Functions".in +1c.ti -1c.RI "\fBQwtStdVectorData\fP (const  std::vector< double > &x, const  std::vector< double > &y)".br.ti -1c.RI "\fBQwtStdVectorData\fP & \fBoperator=\fP (const  \fBQwtStdVectorData\fP &)".br.ti -1c.RI "virtual \fBQwtData\fP * \fBcopy\fP () const ".br.ti -1c.RI "virtual size_t \fBsize\fP () const ".br.ti -1c.RI "virtual double \fBx\fP (size_t i) const ".br.ti -1c.RI "virtual double \fBy\fP (size_t i) const ".br.ti -1c.RI "virtual \fBQwtDoubleRect\fP \fBboundingRect\fP () const ".br.in -1c.SH "Constructor & Destructor Documentation".PP .SS "QwtStdVectorData::QwtStdVectorData (const std::vector< double > & x, const std::vector< double > & y)".PPConstructor.PP\fBSee also:\fP.RS 4\fBQwtCurve::setData\fP and \fBQwtPlot::setCurveData\fP. .RE.PP.SH "Member Function Documentation".PP .SS "\fBQwtDoubleRect\fP QwtStdVectorData::boundingRect () const\fC [virtual]\fP".PPReturns the bounding rectangle of the data. If there is no bounding rect, like for empty data the rectangle is invalid: \fBQwtDoubleRect::isValid()\fP == FALSE Reimplemented from \fBQwtData\fP..SS "\fBQwtData\fP * QwtStdVectorData::copy () const\fC [virtual]\fP".PPReturn a pointer to a copy (virtual copy constructor) Implements \fBQwtData\fP..SS "size_t QwtStdVectorData::size () const\fC [virtual]\fP".PPReturn the size of the data set Implements \fBQwtData\fP..SS "double QwtStdVectorData::x (size_t i) const\fC [virtual]\fP".PPReturn the x value of data point i .PP\fBParameters:\fP.RS 4\fIi\fP Index .RE.PP\fBReturns:\fP.RS 4x X value of data point i .RE.PPImplements \fBQwtData\fP..SS "double QwtStdVectorData::y (size_t i) const\fC [virtual]\fP".PPReturn the y value of data point i .PP\fBParameters:\fP.RS 4\fIi\fP Index .RE.PP\fBReturns:\fP.RS 4y Y value of data point i .RE.PPImplements \fBQwtData\fP..SH "Author".PP Generated automatically by Doxygen for Qwt User's Guide from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -