sfof
Classes | Macros | Enumerations
kdtree_class.hpp File Reference
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <string>
#include <algorithm>
#include <vector>
#include <deque>
#include "astro.hpp"
#include "galaxy_class.hpp"
#include "point_class.hpp"

Go to the source code of this file.

Classes

class  Kdtree
 Class for constructing a kd-tree. More...
 
class  Kdtree::Kdtree_node
 Class structure for kd-tree properties. More...
 

Macros

#define FLTC   (1.0 + 1e-5)
 

Enumerations

enum  node_to_galaxy { External, Intersects, Internal }
 

Detailed Description

Author
Luca Toranatore, Samuel Farrens

Macro Definition Documentation

◆ FLTC

#define FLTC   (1.0 + 1e-5)

Enumeration Type Documentation

◆ node_to_galaxy

Enumerator
External 
Intersects 
Internal