BVsAndNodesList< T > Class Template Reference

#include <TAPsBVHTree.hpp>

List of all members.

Public Member Functions

 BVsAndNodesList (BoundingVolume< T > *pBV, std::vector< BVHNode< T > * > nodeList)

Public Attributes

BoundingVolume< T > * BV
 the collided bounding volume
std::vector< BVHNode< T > * > NodeList
 list of collided nodes


Detailed Description

template<typename T>
class BVsAndNodesList< T >

Definition at line 44 of file TAPsBVHTree.hpp.


Constructor & Destructor Documentation

template<typename T>
BVsAndNodesList< T >::BVsAndNodesList ( BoundingVolume< T > *  pBV,
std::vector< BVHNode< T > * >  nodeList 
) [inline]

Definition at line 46 of file TAPsBVHTree.hpp.

00047         : BV( pBV ), NodeList( nodeList )
00048     {}


Member Data Documentation

template<typename T>
BoundingVolume<T>* BVsAndNodesList< T >::BV

the collided bounding volume

Definition at line 49 of file TAPsBVHTree.hpp.

template<typename T>
std::vector< BVHNode<T> * > BVsAndNodesList< T >::NodeList

list of collided nodes

Definition at line 50 of file TAPsBVHTree.hpp.


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

Generated on Mon Oct 13 11:44:27 2008 for TAPs by  doxygen 1.5.6