/*========================================================================= Program: clitk Module: $RCSfile: clitkVoxImageIOFactory.cxx,v $ Language: C++ Date: $Date: 2010/01/06 13:32:01 $ Version: $Revision: 1.1 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ #ifndef CLITKVOXIMAGEIOFACTORY_CXX #define CLITKVOXIMAGEIOFACTORY_CXX /** ================================================= * @file clitkVoxImageIOFactory.cxx * @author David Sarrut * @date 03 Jul 2006 11:29:10 * * @brief * * =================================================*/ #include "clitkVoxImageIOFactory.h" //==================================================================== clitk::VoxImageIOFactory::VoxImageIOFactory() { this->RegisterOverride("itkImageIOBase", "VoxImageIO", "Vox Image IO", 1, itk::CreateObjectFunction::New()); } #endif /* end #define CLITKVOXIMAGEIOFACTORY_CXX */