OWL
OptiX7 Wrapper Library
|
#include <TrianglesGeomGroup.h>
Public Member Functions | |
TrianglesGeomGroup (Context *const context, size_t numChildren) | |
std::string | toString () const override |
void | buildAccel () override |
void | refitAccel () override |
void | updateMotionBounds () |
template<bool FULL_REBUILD> | |
void | buildAccelOn (const DeviceContext::SP &device) |
![]() | |
GeomGroup (Context *const context, size_t numChildren) | |
virtual | ~GeomGroup () |
void | setChild (int childID, Geom::SP child) |
int | getSBTOffset () const override |
![]() | |
Group (Context *const context, ObjectRegistry ®istry) | |
DeviceData & | getDD (const DeviceContext::SP &device) const |
RegisteredObject::DeviceData::SP | createOn (const DeviceContext::SP &device) override |
OptixTraversableHandle | getTraversable (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 () |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< GeomGroup > | SP |
![]() | |
typedef std::shared_ptr< Group > | SP |
![]() | |
typedef std::shared_ptr< ContextObject > | SP |
![]() | |
typedef std::shared_ptr< Object > | SP |
![]() | |
std::vector< Geom::SP > | geometries |
const int | sbtOffset |
![]() | |
box3f | bounds [2] |
![]() | |
int | ID |
ObjectRegistry & | registry |
![]() | |
Context *const | context |
![]() | |
const size_t | uniqueID |
std::vector< DeviceData::SP > | deviceData |
![]() | |
static std::atomic< uint64_t > | nextAvailableID |
a group / BLAS over triangle meshes
owl::TrianglesGeomGroup::TrianglesGeomGroup | ( | Context *const | context, |
size_t | numChildren | ||
) |
constructor - passthroughto parent class
|
overridevirtual |
re*build* this accel - actual work depens on subclass
Implements owl::Group.
void owl::TrianglesGeomGroup::buildAccelOn | ( | const DeviceContext::SP & | device | ) |
low-level accel structure builder for given device
the N build inputs that go into the builder
|
overridevirtual |
re*fit* this accel - actual work depens on subclass
Implements owl::Group.
|
overridevirtual |
pretty-printer, for printf-debugging
Reimplemented from owl::GeomGroup.
void owl::TrianglesGeomGroup::updateMotionBounds | ( | ) |
(re-)compute the Group::bounds[2] information for motion blur