Fovia's C++ Client/Server API
|
Public Member Functions | |
virtual signed int | AskInterface (const BGUID *piid, IRoot **ppr)=0 |
virtual signed int | DecRef ()=0 |
virtual signed int | GetID (signed long long *id)=0 |
virtual signed int | IncRef ()=0 |
virtual signed int | LoadTextureMap (char *fileName)=0 |
![]() | |
template<class T > | |
signed int | AskInterface (T **pp) |
This object represents a a RGBA image to be applied as a texture map.
This object is created by IServerContext::CreateObject().
|
pure virtual |
|
pure virtual |
Decreases the reference count on this object by 1. If the reference count reaches 0, the object is deallocated.
Implements IRoot.
|
pure virtual |
Returns the integer that represents the server side object that contains the octree.
|
pure virtual |
Increases the reference count on this object by 1. You do not need to call this after an object is first created. It is 1 by default.
Implements IRoot.
|
pure virtual |
Returns the integer that represents the server side object that contains the octree.