Shiokaze Framework
A research-oriented fluid solver for computer graphics
array_extrapolator3.h File Reference
#include "array3.h"
#include "shared_array3.h"

Go to the source code of this file.

Namespaces

 array_extrapolator3
 Namespace that implements array extrapolation.
 

Functions

template<class T >
unsigned array_extrapolator3::extrapolate_if (array3< T > &array, std::function< bool(int i, int j, int k, int thread_index)> func, int count=1)
 Extrapolate array where it passes the test function. More...
 
template<class T >
unsigned array_extrapolator3::extrapolate (array3< T > &array, int count=1)
 Extrapolate array where it passes the test function. More...