Medical Imaging Interaction Toolkit  2023.12.99-77685e7b
Medical Imaging Interaction Toolkit
mitk::SimpleHistogramCache Class Reference

#include <mitkSimpleHistogram.h>

Collaboration diagram for mitk::SimpleHistogramCache:

Classes

class  Element
 

Public Types

typedef std::list< Element * > CacheContainer
 

Public Member Functions

 SimpleHistogramCache ()
 
 ~SimpleHistogramCache ()
 
SimpleHistogramoperator[] (BaseData::Pointer sp_BaseData)
 

Public Attributes

CacheContainer cache
 

Static Public Attributes

static const unsigned int maxCacheSize
 

Protected Member Functions

void TrimCache (bool full=false)
 

Detailed Description

Definition at line 91 of file mitkSimpleHistogram.h.

Member Typedef Documentation

◆ CacheContainer

Definition at line 108 of file mitkSimpleHistogram.h.

Constructor & Destructor Documentation

◆ SimpleHistogramCache()

mitk::SimpleHistogramCache::SimpleHistogramCache ( )
inline

Definition at line 112 of file mitkSimpleHistogram.h.

◆ ~SimpleHistogramCache()

mitk::SimpleHistogramCache::~SimpleHistogramCache ( )
inline

Definition at line 113 of file mitkSimpleHistogram.h.

Member Function Documentation

◆ operator[]()

SimpleHistogram* mitk::SimpleHistogramCache::operator[] ( BaseData::Pointer  sp_BaseData)

◆ TrimCache()

void mitk::SimpleHistogramCache::TrimCache ( bool  full = false)
inlineprotected

Definition at line 117 of file mitkSimpleHistogram.h.

Member Data Documentation

◆ cache

CacheContainer mitk::SimpleHistogramCache::cache

Definition at line 110 of file mitkSimpleHistogram.h.

◆ maxCacheSize

const unsigned int mitk::SimpleHistogramCache::maxCacheSize
static

Definition at line 94 of file mitkSimpleHistogram.h.


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