API component that allows to start timers to elapse at configured timer times triggering callbacks. More...
Go to the source code of this file.
Classes | |
class | mi::neuraylib::ITimer |
This is an abstract interface class for a timer. More... | |
class | mi::neuraylib::ITimer_class_factory |
The registration of a timer class requires a factory which constructs an instance during deserialization. More... | |
class | mi::neuraylib::Timer_class_factory<T> |
This mixin class provides a default implementation of the mi::neuraylib::ITimer_class_factory interface. More... | |
class | mi::neuraylib::ITimer_configuration |
This class is used to start and stop timers. More... | |
Namespaces | |
namespace | mi |
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. | |
namespace | mi::neuraylib |
Namespace for the DiCE API. | |
API component that allows to start timers to elapse at configured timer times triggering callbacks.