Powertek.Rt.PtRtKdTreeNode Class Reference

PtRtKdTreeNode, Class for the KdTree Node Storage (CPU Calculation). More...

Collaboration diagram for Powertek.Rt.PtRtKdTreeNode:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 PtRtKdTreeNode (int nodeId)
 PtRtKdTreeNode (PtRtKdTreeNode leftNode, PtRtKdTreeNode rightNode, Axis splitAxis, float location, int nodeId)

Public Attributes

List< PtRtTriangletriangles = null
Axis SplitAxis = 0
float SplitPos
PtRtKdTreeNode LeftNode = null
PtRtKdTreeNode RightNode = null
bool IsLeaf = true
int NodeId = -1


Detailed Description


Constructor & Destructor Documentation

Powertek.Rt.PtRtKdTreeNode.PtRtKdTreeNode ( int  nodeId  ) 

PtRtKdTreeNode.

Parameters:
nodeId 

Powertek.Rt.PtRtKdTreeNode.PtRtKdTreeNode ( PtRtKdTreeNode  leftNode,
PtRtKdTreeNode  rightNode,
Axis  splitAxis,
float  location,
int  nodeId 
)

PtRtKdTreeNode.

Parameters:
leftNode 
rightNode 
splitAxis 
location 
nodeId 


Member Data Documentation

IsLeaf Node.

Left Node.

NodeId.

RightNode.

SplitAxis.

SplitPos, equal to d.

Triangle List.


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

Generated on Thu Nov 20 04:45:48 2008 for Powertek.Rt, 1.0.0.60 by  doxygen 1.5.7.1