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::math
  Namespace for the Math API.
 

Constant Groups

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

Macros

#define  mi_math_assert(expr)   mi_base_assert(expr)
  Math API assertion macro (without message). More...
 
#define  mi_math_assert_msg(expr, msg)   mi_base_assert_msg(expr, msg)
  Math API assertion macro (with message). More...
 
#define  mi_math_assert_enabled
  Indicates whether assertions are actually enabled. More...
 

Detailed Description

Assertions and compile-time assertions.

See Math API Assertions.