ITK  4.8.0
Insight Segmentation and Registration Toolkit
itkFDFImageIOFactory.h
Go to the documentation of this file.
1 /* Copyright (C) 2004 Glenn Pierce.
2  *
3  * This program is free software; you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License as published by
5  * the Free Software Foundation; either version 2 of the License, or
6  * (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU Library General Public License for more details.
12  *
13  * You should have received a copy of the GNU Library General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16  */
17 #ifndef __itkFDFImageIOFactory_h
18 #define __itkFDFImageIOFactory_h
19 #include "ITKIOFDFExport.h"
20 #include "itkObjectFactoryBase.h"
21 #include "itkImageIOBase.h"
22 
23 namespace itk
24 {
29 class ITKIOFDF_EXPORT FDFImageIOFactory : public ObjectFactoryBase
30 {
31 public:
37 
39  virtual const char* GetITKSourceVersion(void) const;
40  virtual const char* GetDescription(void) const;
42 
44  itkFactorylessNewMacro(Self);
45 
47  itkTypeMacro(DicomImageIOFactory, ObjectFactoryBase);
48 
50  static void RegisterOneFactory(void)
51  {
54  }
56 
57 protected:
60 
61 private:
62  FDFImageIOFactory(const Self&); //purposely not implemented
63  void operator=(const Self&); //purposely not implemented
64 
65 };
66 
67 
68 } // end namespace itk
69 
70 #endif
SmartPointer< Self > Pointer
static void RegisterOneFactory(void)
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
static Pointer New()
Create instances of classes using an object factory.
Create instances of FDFImageIO objects using an object factory.
static bool RegisterFactory(ObjectFactoryBase *, InsertionPositionType where=INSERT_AT_BACK, vcl_size_t position=0)
ObjectFactoryBase Superclass