Public Types | |
| enum | { START, END } |
Public Member Functions | |
| BoundEdge () | |
| BoundEdge (float tt, int pn, bool starting) | |
| bool | operator< (const BoundEdge &e) const |
Public Attributes | |
| float | t |
| int | primNum |
| enum BoundEdge:: { ... } | type |
Definition at line 89 of file kdtree.cpp.
| anonymous enum |
| BoundEdge::BoundEdge | ( | ) | [inline] |
Definition at line 91 of file kdtree.cpp.
| BoundEdge::BoundEdge | ( | float | tt, | |
| int | pn, | |||
| bool | starting | |||
| ) | [inline] |
| bool BoundEdge::operator< | ( | const BoundEdge & | e | ) | const [inline] |
| float BoundEdge::t |
Definition at line 102 of file kdtree.cpp.
Referenced by BoundEdge(), KdTreeAccel::buildTree(), and operator<().
| enum { ... } BoundEdge::type |
Referenced by BoundEdge(), and operator<().
1.5.6