NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkLabeledLookupTablePropertySerializer.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkLabeledLookupTablePropertySerializer_h
16 #define niftkLabeledLookupTablePropertySerializer_h
17 
19 
20 namespace niftk
21 {
22 
27 {
28 public:
29 
31  itkNewMacro(Self)
32 
33  virtual TiXmlElement* Serialize() override;
34  virtual mitk::BaseProperty::Pointer Deserialize(TiXmlElement*) override;
35 
36 protected:
37 
40 };
41 
42 }
43 
44 #endif
Serializes NamedLookupTableProperty.
Definition: niftkNamedLookupTablePropertySerializer.h:26
mitkClassMacro(LabeledLookupTablePropertySerializer, NamedLookupTablePropertySerializer) static Pointer New()
virtual ~LabeledLookupTablePropertySerializer()
Definition: niftkLabeledLookupTablePropertySerializer.cxx:31
Serializes LabeledLookupTableProperty.
Definition: niftkLabeledLookupTablePropertySerializer.h:26
LabeledLookupTablePropertySerializer()
Definition: niftkLabeledLookupTablePropertySerializer.cxx:25
virtual mitk::BaseProperty::Pointer Deserialize(TiXmlElement *) override
Definition: niftkLabeledLookupTablePropertySerializer.cxx:75
virtual TiXmlElement * Serialize() override
Definition: niftkLabeledLookupTablePropertySerializer.cxx:37
Definition: niftkExceptionObject.h:21