template<typename VolumeType>
class Enlighten::TriggerVolumeTransparencyGeneric
Command to trigger a transprency volume.
Functions
Name | Description |
---|---|
Execute(IUpdateManagerWorker *) | Function called when the command is executed, which will happen on the worker thread if one is running. |
Execute(IUpdateManagerWorker *) | Function called when the command is executed, which will happen on the worker thread if one is running. |
TriggerVolumeTransparencyGeneric(VolumeType &) | Constructor. |
Anchor | ||||
---|---|---|---|---|
|
virtual void Enlighten::TriggerVolumeTransparencyGeneric< VolumeType >::Execute
...
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
...
Function called when the command is executed, which will happen on the worker thread if one is running.
Anchor | ||||
---|---|---|---|---|
|
virtual void Enlighten::Command::Execute
...
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
...
Function called when the command is executed, which will happen on the worker thread if one is running.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::TriggerVolumeTransparencyGeneric< VolumeType >::TriggerVolumeTransparencyGeneric
...
public: TriggerVolumeTransparencyGeneric
(
VolumeType & volume
)
...
Constructor.