Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
common.h File Reference

Go to the source code of this file.

Classes

struct  mitsuba::EndpointRecord
 Data record associated with path endpoints (aka supernodes) in the path-space framework. More...
 

Namespaces

 mitsuba
 

Macros

#define __MITSUBA_BIDIR_COMMON_H_
 
#define MTS_BD_DEBUG   1
 Activates extra debugging checks in the bidirectional layer. More...
 
#define BDAssert(expr)   SAssert(expr)
 
#define MAX(a, b)   ((a) > (b) ? (a) : (b))
 

Macro Definition Documentation

#define __MITSUBA_BIDIR_COMMON_H_
#define BDAssert (   expr)    SAssert(expr)
#define MAX (   a,
 
)    ((a) > (b) ? (a) : (b))
#define MTS_BD_DEBUG   1

Activates extra debugging checks in the bidirectional layer.