PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
itkUlteriusImageIOFactory.cxx
Go to the documentation of this file.
1 /*=Plus=header=begin======================================================
2  Program: Plus
3  Copyright (c) Laboratory for Percutaneous Surgery. All rights reserved.
4  See License.txt for details.
5 =========================================================Plus=header=end*/
6 
7 #include "PlusConfigure.h"
8 
10 #include "itkCreateObjectFunction.h"
11 #include "itkUlteriusImageIO.h"
12 #include "itkVersion.h"
13 
14 
15 namespace itk
16 {
18 {
19  this->RegisterOverride("itkImageIOBase",
20  "itkUlteriusImageIO",
21  "Ulterius Image IO",
22  1,
23  CreateObjectFunction<UlteriusImageIO>::New());
24 }
25 
27 {
28 }
29 
30 const char*
32 {
33  return ITK_SOURCE_VERSION;
34 }
35 
36 const char*
38 {
39  return "Ulterius ImageIO Factory, allows the loading of Ulterius images into insight";
40 }
41 
42 } // end namespace itk
virtual const char * GetDescription() const
virtual const char * GetITKSourceVersion() const