Blender V2.61 - r43446

VBVH_optimalPackSIMD< Node, TestCost >::calc_best Struct Reference

#include <reorganize.h>

List of all members.

Public Member Functions

 calc_best (Node *node)

Public Attributes

Nodechild [MAX_OPTIMIZE_CHILDS]
float child_hit_prob [MAX_OPTIMIZE_CHILDS]

Detailed Description

template<class Node, class TestCost>
struct VBVH_optimalPackSIMD< Node, TestCost >::calc_best

Definition at line 404 of file reorganize.h.


Constructor & Destructor Documentation

template<class Node , class TestCost >
VBVH_optimalPackSIMD< Node, TestCost >::calc_best::calc_best ( Node node) [inline]

Member Data Documentation

template<class Node , class TestCost >
Node* VBVH_optimalPackSIMD< Node, TestCost >::calc_best::child[MAX_OPTIMIZE_CHILDS]
template<class Node , class TestCost >
float VBVH_optimalPackSIMD< Node, TestCost >::calc_best::child_hit_prob[MAX_OPTIMIZE_CHILDS]

The documentation for this struct was generated from the following file: