|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Abstract base class for color functors 更多...
#include <qwt3d_color.h>
Public 成员函数 | |
| virtual Qwt3D::RGBA | operator() (double x, double y, double z) const =0 |
| virtual Qwt3D::RGBA | operator() (Qwt3D::Triple const &t) const |
| virtual Qwt3D::ColorVector & | createVector (Qwt3D::ColorVector &vec) |
| void | destroy () const |
Abstract base class for color functors
Use your own color model by providing an implementation of operator()(double x, double y, double z). Colors destructor has been declared protected, in order to use only heap based objects. Plot3D will handle the objects destruction. See StandardColor for an example.
|
inlinevirtual |
被 Qwt3D::StandardColor 重载.
|
pure virtual |
在 Qwt3D::StandardColor 内被实现.