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

Assertions and compile-time assertions. More...

Go to the source code of this file.

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.
 

Macros

#define  mi_neuray_assert(expr)   mi_base_assert(expr)
  If expr evaluates to true this macro shall have no effect. More...
 
#define  mi_neuray_assert_msg(expr, msg)   mi_base_assert_msg(expr, msg)
  If expr evaluates to true this macro shall have no effect. More...
 

Detailed Description

Assertions and compile-time assertions.

See Iray API Assertions.