OWL
OptiX7 Wrapper Library
|
#include <MissProg.h>
Public Types | |
typedef std::shared_ptr< MissProg > | SP |
![]() | |
typedef std::shared_ptr< SBTObject > | SP |
![]() | |
typedef std::shared_ptr< ContextObject > | SP |
![]() | |
typedef std::shared_ptr< Object > | SP |
Public Member Functions | |
MissProg (Context *const context, MissProgType::SP type) | |
void | writeSBTRecord (uint8_t *const sbtRecord, const DeviceContext::SP &device) |
std::string | toString () const override |
![]() | |
SBTObject (Context *const context, ObjectRegistry ®istry, std::shared_ptr< MissProgType > 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) | |
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 () |
Additional Inherited Members | |
![]() | |
std::shared_ptr< MissProgType > 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 |
![]() | |
static std::atomic< uint64_t > | nextAvailableID |
an actual instance of a miss program - defined by its type and variable values
typedef std::shared_ptr<MissProg> owl::MissProg::SP |
owl::MissProg::MissProg | ( | Context *const | context, |
MissProgType::SP | type | ||
) |
constructor
|
overridevirtual |
pretty-printer, for printf-debugging
Reimplemented from owl::Object.
void owl::MissProg::writeSBTRecord | ( | uint8_t *const | sbtRecord, |
const DeviceContext::SP & | device | ||
) |
write the given SBT record, using the given device's corresponding device-side data represenataion