#include "Traceable.h"
#include <vector>
#include <stack>
#include <list>
#include <limits>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | rcrt |
Classes | |
class | rcrt::KDNode< T > |
struct | rcrt::PlanarEvent< T > |
struct | rcrt::TraceableEntry< T > |
class | rcrt::SAHKDtree< T > |
Enumerations | |
enum | rcrt::Side { rcrt::BOTH_SIDES = 0, rcrt::LEFT_ONLY = 1, rcrt::RIGHT_ONLY = 2 } |
enum | rcrt::OptimalCostSide { rcrt::NOT_SET = 0, rcrt::LEFT = 1, rcrt::RIGHT = 2 } |
enum | rcrt::EventType { rcrt::END = 0, rcrt::IN_PLANE = 1, rcrt::START = 2 } |