![]() |
VR-Forces 5.0.1 Developer's Guide
|

Public Member Functions | |
| virtual int | numControllers (void) const |
| virtual const DtOsgEffectTextureController * | controller (int index) const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtEffectControllerContainer & | instance (DtDe &de) |
| static void | registerInstance (DtDe &de, DtEffectControllerContainer *anInstance) |
Protected Types | |
| typedef std::map< int, osg::ref_ptr < DtOsgEffectTextureController > > | Controllers |
Protected Member Functions | |
| DtEffectControllerContainer (DtDe &de) | |
| virtual | ~DtEffectControllerContainer () |
Protected Attributes | |
| DtDe & | myDe |
| Controllers | myControllers |
|
protected |
|
protected |
constructor
|
protectedvirtual |
constructor
|
virtual |
num of controllers
|
virtual |
get the controller at index
|
static |
Get an instance to the DtEffectControllerFactory.
|
static |
register an instance of this class with the de
|
protected |
|
protected |