#include <surface.h>
List of all members.
Protected Attributes |
| LWSurfaceID | id |
Static Protected Attributes |
| static LWSurfaceFuncs * | globPtr |
| | Pointer to the global functions.
|
Member Typedef Documentation
Constructor & Destructor Documentation
| lwpp::LWSurface::LWSurface |
( |
| ) |
|
|
inline |
Default contructor, set this surface to the first surface.
| lwpp::LWSurface::LWSurface |
( |
LWSurfaceID |
_id | ) |
|
|
inline |
Constructor from an existing surface ID.
| lwpp::LWSurface::LWSurface |
( |
const char * |
objName, |
|
|
const char * |
surfName |
|
) |
| |
|
inline |
Constructor creating a new surface.
Member Function Documentation
Check if the global is available.
| bool lwpp::LWSurface::exists |
( |
void |
| ) |
|
|
inline |
| void lwpp::LWSurface::first |
( |
void |
| ) |
|
|
inline |
| LWChanGroupID lwpp::LWSurface::getChannelGroup |
( |
void |
| ) |
const |
|
inline |
| const char* lwpp::LWSurface::getColorVMap |
( |
| ) |
const |
|
inline |
| double* lwpp::LWSurface::getDouble |
( |
const char * |
channel | ) |
const |
|
inline |
| LWEnvelopeID lwpp::LWSurface::getEnvelope |
( |
const char * |
channel | ) |
const |
|
inline |
Get the pointer to the global.
| LWSurfaceID lwpp::LWSurface::getID |
( |
void |
| ) |
const |
|
inline |
| LWImageID lwpp::LWSurface::getImage |
( |
const char * |
channel | ) |
const |
|
inline |
| int lwpp::LWSurface::getInteger |
( |
const char * |
channel | ) |
const |
|
inline |
| NodeEditorID lwpp::LWSurface::getNodeEditor |
( |
| ) |
|
|
inline |
| LWTextureID lwpp::LWSurface::getTexture |
( |
const char * |
channel | ) |
const |
|
inline |
| const char* lwpp::LWSurface::name |
( |
| ) |
const |
|
inline |
| bool lwpp::LWSurface::next |
( |
void |
| ) |
|
|
inline |
Get the pointer to the global.
| bool lwpp::LWSurface::operator< |
( |
const LWSurface & |
s | ) |
const |
|
inline |
| const char* lwpp::LWSurface::sceneObject |
( |
| ) |
const |
|
inline |
| void lwpp::LWSurface::setColorVMap |
( |
const char * |
vmapName, |
|
|
int |
type |
|
) |
| |
|
inline |
Member Data Documentation
Pointer to the global functions.
| LWSurfaceID lwpp::LWSurface::id |
|
protected |
The documentation for this class was generated from the following files: