BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | List of all members
Dirt Struct Reference

A piece of dirt for dirtying the caches. More...

#include <dirty.h>

Inheritance diagram for Dirt:
Inheritance graph
[legend]

Public Member Functions

 Dirt ()
 
void touch ()
 Make the cache dirty. More...
 

Public Attributes

int dirt
 

Detailed Description

A piece of dirt for dirtying the caches.

This is supposed to be a part of classes that are cached elsewhere; having the dirty counter allows us to reliably observe if someting changed and run the updates accordingly. Use with Cleaner to observe the changes.

Definition at line 31 of file dirty.h.

Constructor & Destructor Documentation

◆ Dirt()

Dirt::Dirt ( )
inline

Definition at line 35 of file dirty.h.

Member Function Documentation

◆ touch()

void Dirt::touch ( )
inline

Make the cache dirty.

Call this if something changed and the caches need to be refreshed

Definition at line 43 of file dirty.h.

Here is the caller graph for this function:

Member Data Documentation

◆ dirt

int Dirt::dirt

Definition at line 33 of file dirty.h.


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