This is the documentation for Enlighten.
class Enlighten FixedTimeLimiter
class Enlighten::FixedTimeLimiter
└>Enlighten::ILimiter
└>Geo::IGeoReleasable
Simple implementation of ILimiter which prevents new tasks from starting after a fixed time has elapsed from the start of UpdateRadiosity().
Functions
Name | Description |
|---|---|
Constructor. | |
Defaulted to allow move. | |
Defaulted to allow move. | |
This function will be called when MultithreadCpuWorker is destroyed. | |
This function will be called when MultithreadCpuWorker is destroyed. | |
Free this object that was created within the Enlighten libraries. | |
Reset will be called before Enlighten processing begins. | |
Reset will be called before Enlighten processing begins. | |
Timeout should return FALSE if processing should continue and TRUE if processing should stop. | |
Timeout should return FALSE if processing should continue and TRUE if processing should stop. |
Enlighten::FixedTimeLimiter::FixedTimeLimiter
public: FixedTimeLimiter
(
double timeLimitInSeconds
)
Constructor.
Geo::NonCopyable::NonCopyable
public: NonCopyable
(
NonCopyable &&
)
Defaulted to allow move.
NonCopyable& Geo::NonCopyable::operator=
public: NonCopyable & operator=
(
NonCopyable &&
)
Defaulted to allow move.
virtual void Enlighten::FixedTimeLimiter::Release
public: virtual void Release()