Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::PointSetIOFactory Class Reference

Create instances of PointSetReader objects using an object factory. More...

#include <mitkPointSetIOFactory.h>

Inheritance diagram for mitk::PointSetIOFactory:
Collaboration diagram for mitk::PointSetIOFactory:

Public Types

typedef PointSetIOFactory Self
 
typedef itk::ObjectFactoryBase Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 

Public Member Functions

const char * GetITKSourceVersion (void) const override
 
const char * GetDescription (void) const override
 
virtual const char * GetClassName () const
 

Static Public Member Functions

static Pointer New ()
 
static PointSetIOFactoryFactoryNew ()
 
static void RegisterOneFactory (void)
 

Protected Member Functions

 PointSetIOFactory ()
 
 ~PointSetIOFactory () override
 

Detailed Description

Create instances of PointSetReader objects using an object factory.

Deprecated:
(as of 2014_10) Use mitk::IOUtils or mitk::FileReaderRegistry instead.

Definition at line 31 of file mitkPointSetIOFactory.h.

Member Typedef Documentation

◆ ConstPointer

◆ Pointer

◆ Self

Standard class typedefs.

Definition at line 35 of file mitkPointSetIOFactory.h.

◆ Superclass

typedef itk::ObjectFactoryBase mitk::PointSetIOFactory::Superclass

Definition at line 36 of file mitkPointSetIOFactory.h.

Constructor & Destructor Documentation

◆ PointSetIOFactory()

mitk::PointSetIOFactory::PointSetIOFactory ( )
protected

◆ ~PointSetIOFactory()

mitk::PointSetIOFactory::~PointSetIOFactory ( )
overrideprotected

Member Function Documentation

◆ FactoryNew()

static PointSetIOFactory* mitk::PointSetIOFactory::FactoryNew ( )
inlinestatic

Definition at line 46 of file mitkPointSetIOFactory.h.

◆ GetClassName()

virtual const char* mitk::PointSetIOFactory::GetClassName ( ) const
virtual

Run-time type information (and related methods).

◆ GetDescription()

const char* mitk::PointSetIOFactory::GetDescription ( void  ) const
override

◆ GetITKSourceVersion()

const char* mitk::PointSetIOFactory::GetITKSourceVersion ( void  ) const
override

Class methods used to interface with the registered factories.

◆ New()

static Pointer mitk::PointSetIOFactory::New ( )
static

Method for class instantiation.

Referenced by RegisterOneFactory().

◆ RegisterOneFactory()

static void mitk::PointSetIOFactory::RegisterOneFactory ( void  )
inlinestatic

Register one factory of this type

Deprecated:
(as of 2013_09)

Definition at line 54 of file mitkPointSetIOFactory.h.

References New().


The documentation for this class was generated from the following file: