13#ifndef ML_IMAGE_FORMAT_COMPRESSION_PARAMS_H
14#define ML_IMAGE_FORMAT_COMPRESSION_PARAMS_H
117 IntField *_intHintValFld [DataCompressor::MaxHints];
121 BoolField *_intHintVisibleFld [DataCompressor::MaxHints];
122 BoolField *_strHintVisibleFld [DataCompressor::MaxHints];
123 BoolField *_dblHintVisibleFld [DataCompressor::MaxHints];
124 BoolField *_boolHintVisibleFld[DataCompressor::MaxHints];
Field to encapsulate a boolean value.
Abstract base class for ML data compression algorithms.
Field to encapsulate a double value.
Field to encapsulate an enumerated value.
Base class for all fields used in the ML.
Field to encapsulate an integer value.
Base class for an image processing module of the ML.
Field without value for notifications.
Field to encapsulate a string value.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.