OWL
OptiX7 Wrapper Library
|
#include <RegisteredObject.h>
Public Member Functions | |
RegisteredObject (Context *const context, ObjectRegistry ®istry) | |
~RegisteredObject () | |
![]() | |
ContextObject (Context *const context) | |
std::string | toString () const override |
![]() | |
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 | |
int | ID |
ObjectRegistry & | registry |
![]() | |
Context *const | context |
![]() | |
const size_t | uniqueID |
std::vector< DeviceData::SP > | deviceData |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< ContextObject > | SP |
![]() | |
typedef std::shared_ptr< Object > | SP |
![]() | |
static std::atomic< uint64_t > | nextAvailableID |
a object that is managed/kept track of in a registry that assigns linear IDs (so that, for example, the SBT builder can easily iterate over all geometries, all geometry types, etc. The sole job of this class is to properly register and unregister itself in the given registry when it gets created/destroyed
owl::RegisteredObject::RegisteredObject | ( | Context *const | context, |
ObjectRegistry & | registry | ||
) |
owl::RegisteredObject::~RegisteredObject | ( | ) |
int owl::RegisteredObject::ID |
the ID we're registered by - should only ever get set to any useful value in the constructor, and get set to -1 when the object is removed from this registry
ObjectRegistry& owl::RegisteredObject::registry |
the registry (int he context) that we're registered in