mantaflow  0.10
A framework for fluid simulation
Classes
mesh.h File Reference
#include <vector>
#include "manta.h"
#include "vectorbase.h"
#include <set>

Go to the source code of this file.

Classes

struct  Manta::Node
 Node position and flags. More...
 
struct  Manta::Triangle
 Carries indices of its nodes. More...
 
struct  Manta::Corner
 For fast access to nodes and neighboring triangles. More...
 
struct  Manta::NodeChannel
 Base class for mesh data channels (texture coords, vorticity, ...) More...
 
struct  Manta::SimpleNodeChannel< T >
 Node channel using only a vector. More...
 
struct  Manta::TriChannel
 Base class for mesh data channels (texture coords, vorticity, ...) More...
 
struct  Manta::SimpleTriChannel< T >
 Tri channel using only a vector. More...
 
struct  Manta::OneRing
 
class  Manta::Mesh
 Triangle mesh class. More...