#include <Accelerators.h>
Public Member Functions | |
QueueElement (const OctreeNode *n, float thit) | |
Public Attributes | |
const OctreeNode * | node |
float | t |
Friends | |
bool | operator< (const QueueElement &a, const QueueElement &b) |
FemViewer::BVH::Octree::QueueElement::QueueElement | ( | const OctreeNode * | n, | |
float | thit | |||
) | [inline] |
bool operator< | ( | const QueueElement & | a, | |
const QueueElement & | b | |||
) | [friend] |
const OctreeNode* FemViewer::BVH::Octree::QueueElement::node |