MemoryCacheBuffer

MacroModule
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition MemoryCacheBuffer.def

Purpose

This module is able to store an arbitrary number of images. One after the other can be accessed via its index.

Windows

Default Panel

../../../Modules/Macros/Helpers/mhelp/Images/Screenshots/MemoryCacheBuffer._default.png

Input Fields

inImage

name: inImage, type: Image

Output Fields

outImage

name: outImage, type: Image

Parameter Fields

Visible Fields

Size

name: size, type: Integer, persistent: no

Returns the number of stored images.

Index

name: index, type: Integer, default: -1, maximum: -1

Setting this index switches between the stored images.

Add

name: add, type: Trigger

Adds the currently attached image to the storage.

Clear

name: clear, type: Trigger

Clears all stored images.