mantaflow
0.10
A framework for fluid simulation
|
Base class for mesh data channels (texture coords, vorticity, ...) More...
#include <mesh.h>
Public Member Functions | |
virtual void | resize (int num)=0 |
virtual int | size ()=0 |
virtual NodeChannel * | clone ()=0 |
virtual void | addInterpol (int a, int b, Real alpha)=0 |
virtual void | mergeWith (int node, int delnode, Real alpha)=0 |
virtual void | renumber (const std::vector< int > &newIndex, int newsize)=0 |
Base class for mesh data channels (texture coords, vorticity, ...)