mantaflow  0.10
A framework for fluid simulation
Public Member Functions | List of all members
Manta::NodeChannel Struct Referenceabstract

Base class for mesh data channels (texture coords, vorticity, ...) More...

#include <mesh.h>

Inheritance diagram for Manta::NodeChannel:
Manta::SimpleNodeChannel< T > Manta::SimpleNodeChannel< TurbulenceInfo > Manta::SimpleNodeChannel< Vec3 > Manta::TurbulenceChannel Manta::TexCoord3Channel

Public Member Functions

virtual void resize (int num)=0
 
virtual int size ()=0
 
virtual NodeChannelclone ()=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
 

Detailed Description

Base class for mesh data channels (texture coords, vorticity, ...)


The documentation for this struct was generated from the following file: