#include <qwt3d_io.h>
Public Types | |
| typedef bool(* | Function )(Plot3D *, QString const &fname) |
Static Public Member Functions | |
| static bool | defineInputHandler (QString const &format, Function func) |
| static bool | defineOutputHandler (QString const &format, Function func) |
| static bool | defineInputHandler (QString const &format, Functor const &func) |
| static bool | defineOutputHandler (QString const &format, Functor const &func) |
| static bool | save (Plot3D *, QString const &fname, QString const &format) |
| static bool | load (Plot3D *, QString const &fname, QString const &format) |
| static QStringList | inputFormatList () |
| static QStringList | outputFormatList () |
| static Functor * | outputHandler (QString const &format) |
| static Functor * | inputHandler (QString const &format) |
Classes | |
| struct | Entry |
| struct | FormatCompare |
| struct | FormatCompare2 |
| class | Functor |
| class | Wrapper |
| Lightweight Functor encapsulating an IO::Function. | |
|
|
The function type that can be processed by the define... members. An extension is the IO::Functor. |
|
||||||||||||
|
Registers a new Functor for data input. |
|
||||||||||||
|
Registers a new Functor for data output. |
|
||||||||||||||||
|
Applies a writing IO::Function or IO::Functor.
|
|
||||||||||||||||
|
Applies a reading IO::Function or IO::Functor.
|
|
|
Returns a list of currently registered input formats. |
|
|
Returns a list of currently registered output formats. |
|
|
Returns the output functor in charge for format and 0 if non-existent. |
|
|
Returns the input functor in charge for format and 0 if non-existent. |
1.4.3