|
Blender V4.3
|
#include <params.h>
Inherited by BVHObjectBinning.
Public Member Functions | |
| __forceinline | BVHRange () |
| __forceinline | BVHRange (const BoundBox &bounds_, int start_, int size_) |
| __forceinline | BVHRange (const BoundBox &bounds_, const BoundBox &cbounds_, int start_, int size_) |
| __forceinline void | set_start (int start_) |
| __forceinline const BoundBox & | bounds () const |
| __forceinline const BoundBox & | cent_bounds () const |
| __forceinline int | start () const |
| __forceinline int | size () const |
| __forceinline int | end () const |
Protected Attributes | |
| BoundBox | rbounds |
| BoundBox | cbounds |
|
inline |
Definition at line 255 of file params.h.
References __int_as_float, BoundBox::max, BoundBox::min, and rbounds.
Referenced by BVHObjectBinning::split().
|
inline |
Definition at line 261 of file params.h.
References __int_as_float, BoundBox::max, BoundBox::min, and rbounds.
|
inline |
Definition at line 267 of file params.h.
References __int_as_float, BoundBox::max, BoundBox::min, and rbounds.
|
inline |
Definition at line 279 of file params.h.
References rbounds.
Referenced by BVHObjectBinning::BVHObjectBinning(), BVHBuild::run(), and BVHObjectBinning::split().
|
inline |
Definition at line 283 of file params.h.
References cbounds.
Referenced by BVHObjectBinning::BVHObjectBinning().
|
inline |
|
inline |
Definition at line 274 of file params.h.
References __int_as_float, BoundBox::min, and rbounds.
|
inline |
Definition at line 291 of file params.h.
References __float_as_int, BoundBox::max, and rbounds.
Referenced by BVHObjectBinning::BVHObjectBinning(), end(), and BVHObjectBinning::split().
|
inline |
Definition at line 287 of file params.h.
References __float_as_int, BoundBox::min, and rbounds.
Referenced by BVHObjectBinning::BVHObjectBinning(), end(), and BVHObjectBinning::split().
|
protected |
Definition at line 302 of file params.h.
Referenced by cent_bounds().
|
protected |
Definition at line 301 of file params.h.
Referenced by bounds(), BVHRange(), BVHRange(), BVHRange(), set_start(), size(), and start().