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

Multi-piece cache-dirtying object. More...

#include <dirty.h>

Inheritance diagram for Dirts:
Inheritance graph
[legend]
Collaboration diagram for Dirts:
Collaboration graph
[legend]

Public Member Functions

 Dirts (size_t n=0)
 Number of objects that should be cached. More...
 
- Public Member Functions inherited from Dirt
 Dirt ()
 
void touch ()
 Make the cache dirty. More...
 

Public Attributes

size_t n
 
- Public Attributes inherited from Dirt
int dirt
 

Detailed Description

Multi-piece cache-dirtying object.

This is to be inherited into data objects that are cached elsewhere, but have more parts that may be transformed independently. Use with Sweeper.

User structures are responsible for filling in n correctly.

Definition at line 81 of file dirty.h.

Constructor & Destructor Documentation

◆ Dirts()

Dirts::Dirts ( size_t  n = 0)
inline

Number of objects that should be cached.

Definition at line 84 of file dirty.h.

Member Data Documentation

◆ n

size_t Dirts::n

Definition at line 83 of file dirty.h.


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