cgma
KdTree.cpp File Reference
#include "KdTree.hpp"
#include <stack>
#include <vector>
#include <math.h>

Go to the source code of this file.

Variables

const int XCUT = 0
const int YCUT = 1
const int ZCUT = 2

Variable Documentation

const int XCUT = 0

Definition at line 32 of file KdTree.cpp.

const int YCUT = 1

Definition at line 33 of file KdTree.cpp.

const int ZCUT = 2

Definition at line 34 of file KdTree.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines