Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename VolumeType>
class Enlighten::TriggerVolumeTransparencyGeneric

    └>Enlighten::Command

Command to trigger a transprency volume.

Functions

NameDescription
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
a0ee0da76282786cd660ea346fb0e75be
a0ee0da76282786cd660ea346fb0e75be

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
a7f0cbf451feee3adc7d42c4f89173935
a7f0cbf451feee3adc7d42c4f89173935

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
aac813992ffa6b1d266c88205a507cf75
aac813992ffa6b1d266c88205a507cf75

Enlighten::TriggerVolumeTransparencyGeneric< VolumeType >::TriggerVolumeTransparencyGeneric

...

public: TriggerVolumeTransparencyGeneric
(
    VolumeType & volume
)

...

Constructor.