Lagrangian Liquid Simulation
Master Thesis project on simulation of liquids using Lagrangian approach and SPH
include/Neighbour.h File Reference

handles spatial hashing and neighbour search More...

#include "map"
#include "FluidParticle.h"
Include dependency graph for Neighbour.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Neighbour
 implements spatial hashing for the search of particle neighbours More...

Typedefs

typedef std::multimap< int,
FluidParticle
hashmap

Detailed Description

handles spatial hashing and neighbour search

Author:
Perseedoss Rajiv
Version:
1.0
Date:
23.07.11 Revision History : Initial Version 23.07.11

Definition in file Neighbour.h.


Typedef Documentation

typedef std::multimap<int, FluidParticle> hashmap

Definition at line 9 of file Neighbour.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator