|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
A piece of cache that keeps track of the dirty status. More...
#include <dirty.h>

Public Member Functions | |
| Cleaner () | |
| bool | dirty (const Dirt &d) |
| Returns true if the cache needs to be refreshed. More... | |
| void | clean (const Dirt &d) |
| Call this when the cache is refreshed. More... | |
Public Attributes | |
| int | cleaned |
A piece of cache that keeps track of the dirty status.
This is a natural counterpart of the Dirt class.
|
inline |
|
inline |