OWL
OptiX7 Wrapper Library
|
#include <Object.h>
Public Types | |
typedef std::shared_ptr< DeviceData > | SP |
Public Member Functions | |
DeviceData (DeviceContext::SP device) | |
virtual | ~DeviceData () |
template<typename T > | |
T & | as () |
Public Attributes | |
DeviceContext::SP | device |
any device-specific data, such as optix handles, cuda device pointers, etc
typedef std::shared_ptr<DeviceData> owl::Object::DeviceData::SP |
|
inline |
construtor
|
inlinevirtual |
destructor - does nothing in itself, but forces a virtual destructor for derived classes
|
inline |
pretty-typecast into derived classes
DeviceContext::SP owl::Object::DeviceData::device |
shared-pointer to the device context in wihch this device-specific data lives; makes sure that all 'dependent' device data can properly destruct before the device context itself dies