OWL
OptiX7 Wrapper Library
|
#include <SBTObject.h>
Public Types | |
typedef std::shared_ptr< SBTObject > | SP |
![]() | |
typedef std::shared_ptr< ContextObject > | SP |
![]() | |
typedef std::shared_ptr< Object > | SP |
Public Member Functions | |
SBTObject (Context *const context, ObjectRegistry ®istry, std::shared_ptr< ObjectType > type) | |
virtual std::string | toString () const |
![]() | |
SBTObjectBase (Context *const context, ObjectRegistry ®istry, std::shared_ptr< SBTObjectType > type) | |
bool | hasVariable (const std::string &name) |
Variable::SP | getVariable (const std::string &name) |
void | writeVariables (uint8_t *sbtEntry, const DeviceContext::SP &device) const |
![]() | |
RegisteredObject (Context *const context, ObjectRegistry ®istry) | |
~RegisteredObject () | |
![]() | |
ContextObject (Context *const context) | |
![]() | |
Object () | |
virtual DeviceData::SP | createOn (const std::shared_ptr< DeviceContext > &device) |
void | createDeviceData (const std::vector< std::shared_ptr< DeviceContext >> &devices) |
template<typename T > | |
std::shared_ptr< T > | as () |
Public Attributes | |
std::shared_ptr< ObjectType > const | type |
![]() | |
const std::vector< Variable::SP > | variables |
std::shared_ptr< SBTObjectType > const | type |
![]() | |
int | ID |
ObjectRegistry & | registry |
![]() | |
Context *const | context |
![]() | |
const size_t | uniqueID |
std::vector< DeviceData::SP > | deviceData |
Additional Inherited Members | |
![]() | |
static std::atomic< uint64_t > | nextAvailableID |
same as a SBTObjectBase (ie, still virtual abstract), but adds some type information to help make it easier to differentiate between RayGens, MissPorgs, etc
typedef std::shared_ptr<SBTObject> owl::SBTObject< ObjectType >::SP |
|
inline |
create a new SBTOBject with this type descriptor, and register it in that registry
|
inlinevirtual |
pretty-printer, for printf-debugging
Reimplemented from owl::ContextObject.
std::shared_ptr<ObjectType> const owl::SBTObject< ObjectType >::type |
our own type description, that tells us which variables (of which type, etc) we have