NEST  2.6.0,not_revisioned_source_dir@0
Classes | Public Member Functions | Private Attributes | List of all members
SLIgraphics Class Reference

#include <sligraphics.h>

Inheritance diagram for SLIgraphics:
SLIModule

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
 

Constructor & Destructor Documentation

SLIgraphics::SLIgraphics ( )
inline

Member Function Documentation

const string SLIgraphics::commandstring ( void  ) const
virtual

Return sli command sequence to be executed for initialisation.

Reimplemented from SLIModule.

void SLIgraphics::init ( SLIInterpreter )
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.

const string SLIgraphics::name ( void  ) const
virtual

Return name of the module.

Implements SLIModule.

Member Data Documentation

ReadPGMFunction SLIgraphics::readpgmfunction
private

Referenced by init().

WritePGMFunction SLIgraphics::writepgmfunction
private

Referenced by init().


The documentation for this class was generated from the following files: