OWL
OptiX7 Wrapper Library
|
#include <UserGeom.h>
Classes | |
struct | DeviceData |
Public Types | |
typedef std::shared_ptr< UserGeom > | SP |
![]() | |
typedef std::shared_ptr< Geom > | SP |
![]() | |
typedef std::shared_ptr< SBTObject > | SP |
![]() | |
typedef std::shared_ptr< ContextObject > | SP |
![]() | |
typedef std::shared_ptr< Object > | SP |
Public Member Functions | |
UserGeom (Context *const context, GeomType::SP geometryType) | |
RegisteredObject::DeviceData::SP | createOn (const DeviceContext::SP &device) override |
DeviceData & | getDD (const DeviceContext::SP &device) |
UserGeomType::DeviceData & | getTypeDD (const DeviceContext::SP &device) const |
std::string | toString () const override |
void | setPrimCount (size_t count) |
void | computeBounds (box3f bounds[2]) |
void | executeBoundsProgOnPrimitives (const DeviceContext::SP &device) |
![]() | |
Geom (Context *const context, GeomType::SP geomType) | |
void | writeSBTRecord (uint8_t *const sbtRecord, const DeviceContext::SP &device, int rayTypeID) |
![]() | |
SBTObject (Context *const context, ObjectRegistry ®istry, std::shared_ptr< GeomType > 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 | |
size_t | primCount = 0 |
![]() | |
GeomType::SP | geomType |
![]() | |
std::shared_ptr< GeomType > 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 |
instance of a user geometry - this describes a type of geometry whose bounds and isec programs are speciffied through its associated type, and whose values are stores in this object's variables
typedef std::shared_ptr<UserGeom> owl::UserGeom::SP |
owl::UserGeom::UserGeom | ( | Context *const | context, |
GeomType::SP | geometryType | ||
) |
constructor
void owl::UserGeom::computeBounds | ( | box3f | bounds[2] | ) |
call a cuda kernel that computes the bounds across all primitives within this group; may only get caleld after bound progs have been executed
|
override |
creates the device-specific data for this group
void owl::UserGeom::executeBoundsProgOnPrimitives | ( | const DeviceContext::SP & | device | ) |
run the bounding box program for all primitives within this geometry
|
inline |
get reference to given device-specific data for this object
|
inline |
get reference to the device-specific data for this object's type descriptor
void owl::UserGeom::setPrimCount | ( | size_t | count | ) |
set number of primitives that this geom will contain
|
overridevirtual |
pretty-printer, for printf-debugging
Reimplemented from owl::Geom.
size_t owl::UserGeom::primCount = 0 |
number of prims that this geom will contain