Blender V2.61 - r43446
|
#include <reorganize.h>
Classes | |
struct | calc_best |
Public Member Functions | |
VBVH_optimalPackSIMD (TestCost testcost) | |
void | calc_costs (Node *node) |
Node * | transform (Node *node) |
Public Attributes | |
TestCost | testcost |
Definition at line 392 of file reorganize.h.
VBVH_optimalPackSIMD< Node, TestCost >::VBVH_optimalPackSIMD | ( | TestCost | testcost | ) | [inline] |
Definition at line 396 of file reorganize.h.
References VBVH_optimalPackSIMD< Node, TestCost >::testcost.
void VBVH_optimalPackSIMD< Node, TestCost >::calc_costs | ( | Node * | node | ) | [inline] |
Definition at line 465 of file reorganize.h.
References assert, bb_area(), i, MAX_CUT_SIZE, RE_rayobject_isAligned, and VBVH_optimalPackSIMD< Node, TestCost >::testcost.
Referenced by VBVH_optimalPackSIMD< Node, TestCost >::transform().
Node* VBVH_optimalPackSIMD< Node, TestCost >::transform | ( | Node * | node | ) | [inline] |
Definition at line 520 of file reorganize.h.
References VBVH_optimalPackSIMD< Node, TestCost >::calc_costs(), G, G_DEBUG, and RE_rayobject_isAligned.
TestCost VBVH_optimalPackSIMD< Node, TestCost >::testcost |
Definition at line 394 of file reorganize.h.
Referenced by VBVH_optimalPackSIMD< Node, TestCost >::calc_costs(), and VBVH_optimalPackSIMD< Node, TestCost >::VBVH_optimalPackSIMD().