osgPPU::UnitInOutModule::Module Class Reference
|
Public Member Functions |
|
| Module (UnitInOutModule *parent) |
| | Default constructor of the module.
|
| virtual bool | init () |
| virtual bool | beginAndProcess () |
| | This method will be called whenever the rendering has began. (.
|
| virtual void | end () |
| | End rendering (.
|
Protected Attributes |
|
UnitInOutModule * | _parent |
Detailed Description
Interface class of a module which can be used with this unit to process the input data.
Member Function Documentation
| virtual bool osgPPU::UnitInOutModule::Module::init |
( |
|
) |
[virtual] |
Let the module initiaize. Overwrite the method with proper initialization routines.
- Returns:
- If false is given back the module will not be used and will be unloaded.
| virtual bool osgPPU::UnitInOutModule::Module::beginAndProcess |
( |
|
) |
[virtual] |
| virtual void osgPPU::UnitInOutModule::Module::end |
( |
|
) |
[virtual] |
The documentation for this class was generated from the following file: