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

hold an item (fluid, rbd or boundary) that will be written to disk as a single file More...

#include "ngl/Obj.h"
#include "vector"
Include dependency graph for CacheItem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CacheItem
 store a list of positions per frame and is flushed to disk by the Cache class More...

Enumerations

enum  CacheItemType { FLUID_CACHE, BOUNDARY_CACHE, SPHERE_CACHE, CAPSULE_CACHE }
 type of cache item More...

Detailed Description

hold an item (fluid, rbd or boundary) that will be written to disk as a single file

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

Definition in file CacheItem.h.


Enumeration Type Documentation

type of cache item

Enumerator:
FLUID_CACHE 

cache item of fluid particles

BOUNDARY_CACHE 

cache item of the boundary

SPHERE_CACHE 

cache item of spheres rbd

CAPSULE_CACHE 

cache item of capsules rbd

Definition at line 9 of file CacheItem.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator