NEST
2.6.0,not_revisioned_source_dir@0
|
#include <sligraphics.h>
Classes | |
class | ReadPGMFunction |
class | WritePGMFunction |
Public Member Functions | |
SLIgraphics () | |
void | init (SLIInterpreter *) |
Initialise the module. More... | |
const string | name (void) const |
Return name of the module. More... | |
const string | commandstring (void) const |
Return sli command sequence to be executed for initialisation. More... | |
Public Member Functions inherited from SLIModule | |
virtual | ~SLIModule () |
void | install (std::ostream &, SLIInterpreter *) |
Print installation message via interpreter message command. More... | |
Private Attributes | |
ReadPGMFunction | readpgmfunction |
WritePGMFunction | writepgmfunction |
|
inline |
|
virtual |
Return sli command sequence to be executed for initialisation.
Reimplemented from SLIModule.
|
virtual |
Initialise the module.
When this function is called, most of the interpreter's fascilities are up and running. However, depending on where in the interpreter's bootstrap sequence the module is initialised, not all services may be available.
Implements SLIModule.
References SLIInterpreter::createcommand(), readpgmfunction, and writepgmfunction.
|
virtual |
Return name of the module.
Implements SLIModule.
|
private |
Referenced by init().
|
private |
Referenced by init().