Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
mitkPointSetIOFactory.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
#ifndef mitkPointSetIOFactory_h
13
#define mitkPointSetIOFactory_h
14
15
#ifdef _MSC_VER
16
#pragma warning(disable : 4786)
17
#endif
18
19
#include <
MitkLegacyIOExports.h
>
20
21
#include "itkObjectFactoryBase.h"
22
#include "
mitkBaseData.h
"
23
24
namespace
mitk
25
{
26
//##Documentation
27
//## @brief Create instances of PointSetReader objects using an object factory.
28
//##
29
//## @ingroup MitkLegacyIOModule
30
//## @deprecatedSince{2014_10} Use mitk::IOUtils or mitk::FileReaderRegistry instead.
31
class
DEPRECATED
()
MITKLEGACYIO_EXPORT
PointSetIOFactory
:
public
itk::ObjectFactoryBase
32
{
33
public
:
35
typedef
PointSetIOFactory
Self
;
36
typedef
itk::ObjectFactoryBase
Superclass
;
37
typedef
itk::SmartPointer<Self>
Pointer
;
38
typedef
itk::SmartPointer<const Self>
ConstPointer
;
39
41
const
char
*GetITKSourceVersion(
void
)
const override
;
42
const
char
*GetDescription(
void
)
const override
;
43
45
itkFactorylessNewMacro(
Self
);
46
static
PointSetIOFactory
*
FactoryNew
() {
return
new
PointSetIOFactory
; }
48
itkTypeMacro(
PointSetIOFactory
, ObjectFactoryBase);
49
54
DEPRECATED
(
static
void
RegisterOneFactory
(
void
))
55
{
56
PointSetIOFactory::Pointer
PointSetIOFactory
=
PointSetIOFactory::New
();
57
ObjectFactoryBase::RegisterFactory(
PointSetIOFactory
);
58
}
59
60
protected
:
61
PointSetIOFactory
();
62
~
PointSetIOFactory
()
override
;
63
64
private
:
65
PointSetIOFactory
(
const
Self &);
// purposely not implemented
66
void
operator=(
const
Self &);
// purposely not implemented
67
};
68
69
}
// end namespace mitk
70
71
#endif
mitk::PointSetIOFactory::New
static Pointer New()
mitk::PointSetIOFactory::Self
PointSetIOFactory Self
Definition:
mitkPointSetIOFactory.h:35
DEPRECATED
#define DEPRECATED(func)
Definition:
mitkCommon.h:175
itk::SmartPointer< Self >
MitkLegacyIOExports.h
mitk::PointSetIOFactory::FactoryNew
static PointSetIOFactory * FactoryNew()
Definition:
mitkPointSetIOFactory.h:46
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::PointSetIOFactory::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition:
mitkPointSetIOFactory.h:38
mitk::PointSetIOFactory::Superclass
itk::ObjectFactoryBase Superclass
Definition:
mitkPointSetIOFactory.h:36
mitk::PointSetIOFactory
Create instances of PointSetReader objects using an object factory.
Definition:
mitkPointSetIOFactory.h:31
MITKLEGACYIO_EXPORT
#define MITKLEGACYIO_EXPORT
Definition:
MitkLegacyIOExports.h:15
mitkBaseData.h
mitk::PointSetIOFactory::RegisterOneFactory
static void RegisterOneFactory(void)
Definition:
mitkPointSetIOFactory.h:54
mitk::PointSetIOFactory::Pointer
itk::SmartPointer< Self > Pointer
Definition:
mitkPointSetIOFactory.h:37
src
MITK
Modules
LegacyIO
mitkPointSetIOFactory.h
Generated on Mon Jun 17 2024 12:43:28 for Medical Imaging Interaction Toolkit by
1.8.17