21#ifndef __stir_ThresholdMinToSmallPositiveValueDataProcessor_H__
22#define __stir_ThresholdMinToSmallPositiveValueDataProcessor_H__
51template <
typename DataT>
64 static const char*
const registered_name;
70 int rim_truncation_image;
72 void set_defaults()
override;
73 void initialise_keymap()
override;
75 Succeeded virtual_set_up(
const DataT&)
override;
77 void virtual_apply(DataT& out_data,
const DataT& in_data)
const override;
78 void virtual_apply(DataT& data)
const override;
Declaration of class stir::DataProcessor.
Declaration of class stir::RegisteredParsingObject.
Base class that defines an interface for classes that do data processing.
Definition DataProcessor.h:47
Parent class for all leaves in a RegisteredObject hierarchy that do parsing of parameter files.
Definition RegisteredParsingObject.h:78
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition Succeeded.h:44
ThresholdMinToSmallPositiveValueDataProcessor()
Construct by calling set_defaults()
Definition ThresholdMinToSmallPositiveValueDataProcessor.cxx:54