mantaflow  0.10
A framework for fluid simulation
Public Member Functions | Public Attributes | List of all members
Manta::FluidSolver::GridStorage< T > Struct Template Reference

#include <fluidsolver.h>

Public Member Functions

T * get (Vec3i size)
 
void free ()
 
void release (T *ptr)
 

Public Attributes

std::vector< T * > grids
 
int used
 

Detailed Description

template<class T>
struct Manta::FluidSolver::GridStorage< T >

subclass for managing grid memory stored as a stack to allow fast allocation


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