Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
platform.h File Reference
#include <stdint.h>
#include <string>

Go to the source code of this file.

Namespaces

 mitsuba
 

Macros

#define __MITSUBA_CORE_PLATFORM_H_
 
#define BOOST_ALL_NO_LIB   1
 Disable BOOST's autolinking feature. More...
 
#define MTS_NO_OPENMP
 
#define MTS_EXPORT   __attribute__ ((visibility("default")))
 
#define MTS_IMPORT
 
#define MTS_MAY_ALIAS   __attribute__ ((__may_alias__))
 
#define SIZE_T_FMT   "%zd"
 
#define MTS_MODULE_CORE   1
 
#define MTS_MODULE_RENDER   2
 
#define MTS_MODULE_HW   3
 
#define MTS_MODULE_BIDIR   4
 
#define MTS_MODULE_PYTHON   5
 
#define MTS_EXPORT_CORE   MTS_IMPORT
 
#define MTS_EXPORT_RENDER   MTS_IMPORT
 
#define MTS_EXPORT_HW   MTS_IMPORT
 
#define MTS_EXPORT_BIDIR   MTS_IMPORT
 
#define MTS_EXPORT_PYTHON   MTS_IMPORT
 
#define __32BIT__
 
#define __LITTLE_ENDIAN__   1
 
#define MTS_NAMESPACE_BEGIN   namespace mitsuba {
 
#define MTS_NAMESPACE_END   }
 
#define SSE_STR   "SSE2 disabled"
 
#define BOOST_FILESYSTEM_VERSION   3
 
#define MTS_AUTORELEASE_BEGIN()
 
#define MTS_AUTORELEASE_END()
 

Macro Definition Documentation

#define __32BIT__
#define __LITTLE_ENDIAN__   1
#define __MITSUBA_CORE_PLATFORM_H_
#define BOOST_ALL_NO_LIB   1

Disable BOOST's autolinking feature.

#define BOOST_FILESYSTEM_VERSION   3
#define MTS_AUTORELEASE_BEGIN ( )
#define MTS_AUTORELEASE_END ( )
#define MTS_EXPORT   __attribute__ ((visibility("default")))
#define MTS_EXPORT_BIDIR   MTS_IMPORT
#define MTS_EXPORT_CORE   MTS_IMPORT
#define MTS_EXPORT_HW   MTS_IMPORT
#define MTS_EXPORT_PYTHON   MTS_IMPORT
#define MTS_EXPORT_RENDER   MTS_IMPORT
#define MTS_IMPORT
#define MTS_MAY_ALIAS   __attribute__ ((__may_alias__))
#define MTS_MODULE_BIDIR   4
#define MTS_MODULE_CORE   1
#define MTS_MODULE_HW   3
#define MTS_MODULE_PYTHON   5
#define MTS_MODULE_RENDER   2
#define MTS_NAMESPACE_BEGIN   namespace mitsuba {
#define MTS_NAMESPACE_END   }
#define MTS_NO_OPENMP
#define SIZE_T_FMT   "%zd"
#define SSE_STR   "SSE2 disabled"