NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
itimer_configuration.h File Reference

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 ITimer_class_factory interface. More...
 
class   mi::neuraylib::ITimer_configuration
  This class is used to start and stop timers. More...
 

Namespaces

  mi
  Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
 
  mi::neuraylib
  Namespace for the Iray API.
 

Constant Groups

  mi
  Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
 
  mi::neuraylib
  Namespace for the Iray API.
 

Detailed Description

API component that allows to start timers to elapse at configured timer times triggering callbacks.