| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/environment/xpminterpreter.h>
Public Member Functions | |
| XPMInterpreter (char *data[]) | |
| unsigned int | width () const |
| unsigned int | height () const |
| SO< Image > | image () const |
Static Public Member Functions | |
| static SO< Image > | image (char *data[]) |
| static std::map< std::string, Color > | initKnownColors () |
| XPMInterpreter::XPMInterpreter | ( | char * | data[] | ) | [inline] |
| unsigned int XPMInterpreter::width | ( | ) | const [inline] |
| unsigned int XPMInterpreter::height | ( | ) | const [inline] |
| static std::map<std::string, Color> XPMInterpreter::initKnownColors | ( | ) | [inline, static] |