/* * Copyright (c) ICG. All rights reserved. * See copyright.txt for more information. * * Institute for Computer Graphics and Vision * Graz, University of Technology / Austria * * * 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. * * * Project : MIPItkProjects * Module : CommonItkUtilities * Class : $RCSfile: VolumeIOWrapper.cxx,v $ * Language : C++ * Description : * * Author : Martin Urschler * EMail : urschler@icg.tu-graz.ac.at * Date : $Date: 2005-09-02 15:05:32 $ * Version : $Revision: 1.6 $ * Full Id : $Id: VolumeIOWrapper.cxx,v 1.6 2005-09-02 15:05:32 urschler Exp $ * */ #include "commonItkTypedefs.h" #include "VolumeIOWrapper.h" #include "VolumeIOWrapper.txx" template class VolumeIOWrapper< FloatImageType >; template class VolumeIOWrapper< Int16ImageType >; template class VolumeIOWrapper< UInt16ImageType >;