#include <qwt3d_io.h>
Inheritance diagram for IO::Functor:
Public Member Functions | |
virtual Functor * | clone () const =0 |
virtual bool | operator() (Plot3D *plot, QString const &fname)=0 |
|
Must clone the content of *this for an object of a derived class with |
|
The workhorse of the user-defined implementation. Eventually, the framework will call this operator. |