X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FrtkImagXImageIOFactory.cxx;fp=common%2FrtkImagXImageIOFactory.cxx;h=47520a963bf020660edda6e169985628e73b33b2;hb=4c1f33fa1ab2a114f4dc94b24b0f2ef936ffafb8;hp=0000000000000000000000000000000000000000;hpb=c4a6e405914867a0abfd1ac67ebe71f3ebdeb246;p=clitk.git diff --git a/common/rtkImagXImageIOFactory.cxx b/common/rtkImagXImageIOFactory.cxx new file mode 100644 index 0000000..47520a9 --- /dev/null +++ b/common/rtkImagXImageIOFactory.cxx @@ -0,0 +1,30 @@ +/*========================================================================= + * + * Copyright RTK Consortium + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + *=========================================================================*/ + +#include "rtkImagXImageIOFactory.h" + +//==================================================================== +rtk::ImagXImageIOFactory::ImagXImageIOFactory() +{ + this->RegisterOverride("itkImageIOBase", + "ImagXImageIO", + "ImagX Image IO", + 1, + itk::CreateObjectFunction::New() ); +} +