22#ifndef __mlDicomModifyImagePixelModuleFieldAddOn_H 
   23#define __mlDicomModifyImagePixelModuleFieldAddOn_H 
   35    bool createInputModifyTagsPluginBaseConnectorField=
false,
 
   36    bool createOutputModifyTagsPluginBaseConnectorField=
false);
 
   45  void updateModifiers();
 
   47  BoolField *_modifyBluePaletteColorLookupTableDescriptorField;
 
   48  StringField *_BluePaletteColorLookupTableDescriptorField;
 
   51  BoolField *_modifyGreenPaletteColorLookupTableDescriptorField;
 
   52  StringField *_GreenPaletteColorLookupTableDescriptorField;
 
   53  BoolField *_modifyLargestImagePixelValueField;
 
   57  BoolField *_modifyPixelDataProviderURLField;
 
   59  BoolField *_modifyPlanarConfigurationField;
 
   61  BoolField *_modifyRedPaletteColorLookupTableDescriptorField;
 
   62  StringField *_RedPaletteColorLookupTableDescriptorField;
 
   65  BoolField *_modifySmallestImagePixelValueField;
 
 
Project global and OS specific declarations.
 
#define MLDICOMMODIFYFIELDADDONS_EXPORT
 
Field to encapsulate a boolean value.
 
void inheritValues(DCMTree::Const_TreePtr dcmTree) override
Can be used to implement the copy of tag values from the given dcmTree to the fields.
 
virtual std::string applyModifications(DCMTree::TreePtr dcmTree, const FieldContainer *treeInfos=NULL) override
Applies first the changes to the dcmTree as described in DicomModifyList::applyModifications() and th...
 
DicomModifyImagePixelModuleFieldAddOn(FieldContainer &fieldContainer, bool createInputModifyTagsPluginBaseConnectorField=false, bool createOutputModifyTagsPluginBaseConnectorField=false)
 
std::string checkConsistency() const override
Checks for invalid parameters; return textual description on error, or empty string on success.
 
void addFields() override
Add fields to field container of the FieldAddOn.
 
Defines the class FieldContainer to encapsulate a vector of fields (see class Field).
 
Field to encapsulate a string value.
 
#define ML_ABSTRACT_CLASS_HEADER(className)
Similar to ML_ABSTRACT_CLASS_HEADER_EXPORTED with a non-existing export symbol.
 
Extended DicomModifyFieldAddOnBase class providing additionally: -Method to set input dicom tree fiel...
 
boost::shared_ptr< const Tree > Const_TreePtr
 
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.