Blender V2.61 - r43446
Classes | Public Member Functions | Public Attributes

VBVH_optimalPackSIMD< Node, TestCost > Struct Template Reference

#include <reorganize.h>

List of all members.

Classes

struct  calc_best

Public Member Functions

 VBVH_optimalPackSIMD (TestCost testcost)
void calc_costs (Node *node)
Nodetransform (Node *node)

Public Attributes

TestCost testcost

Detailed Description

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

Definition at line 392 of file reorganize.h.


Constructor & Destructor Documentation

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

Definition at line 396 of file reorganize.h.

References VBVH_optimalPackSIMD< Node, TestCost >::testcost.


Member Function Documentation

template<class Node , class TestCost >
void VBVH_optimalPackSIMD< Node, TestCost >::calc_costs ( Node node) [inline]
template<class Node , class TestCost >
Node* VBVH_optimalPackSIMD< Node, TestCost >::transform ( Node node) [inline]

Member Data Documentation

template<class Node , class TestCost >
TestCost VBVH_optimalPackSIMD< Node, TestCost >::testcost

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