|
mantaflow
0.10
A framework for fluid simulation
|
Node channel using only a vector. More...
#include <mesh.h>
Public Member Functions | |
| SimpleNodeChannel (const SimpleNodeChannel< T > &a) | |
| void | resize (int num) |
| virtual int | size () |
| virtual void | renumber (const std::vector< int > &newIndex, int newsize) |
Public Member Functions inherited from Manta::NodeChannel | |
| virtual NodeChannel * | clone ()=0 |
| virtual void | addInterpol (int a, int b, Real alpha)=0 |
| virtual void | mergeWith (int node, int delnode, Real alpha)=0 |
Public Attributes | |
| std::vector< T > | data |
Node channel using only a vector.
1.8.13