Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
 All Classes Files Functions Variables Typedefs Friends Pages
Classes
octree.h File Reference

This header file contains classes for the Octree data structure and nearest neighbour search algorithms. More...

#include <stdint.h>
#include <deque>
#include <vector>

Go to the source code of this file.

Classes

struct  SearchResult
 A simple struct for the neighbour search result. More...
 
struct  KeyIndex
 This struct contains the morton key and the index of a particle. a vector of such structs is then sorted by the "key" field. More...
 
class  Octree
 This class contains the Octree data structure and algorithm for nearest neighbour search of particles. More...
 

Detailed Description

This header file contains classes for the Octree data structure and nearest neighbour search algorithms.

Author
Yu, Kwangmin (yukwa.nosp@m.ngmi.nosp@m.n@gma.nosp@m.il.c.nosp@m.om)
Version
1.0
Date
2014/10/15

Created on: 2014/8/22