HyperPlot
v1
Bin and visualise multidimensional datasets
|
HyperPlot, Author: Sam Harnew, sam.h , Date: Dec 2015 arne w@gma il.c om
Used for variables we want to cache. Provides a flag that tells us when the cached variable needs updating
Definition at line 24 of file CachedVar.h.
#include <CachedVar.h>
Public Member Functions | |
CachedVar (const T &var=T()) | |
void | changed () |
void | updated () |
T & | get () |
const T & | get () const |
CachedVar & | operator= (const T &other) |
operator const T & () | |
bool | isUpdateNeeded () |
Private Attributes | |
bool | _needsUpdate |
T | _cachedVar |