Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitk::VtkSurfaceIOFactory Class Reference

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

#include <mitkVtkSurfaceIOFactory.h>

Inheritance diagram for mitk::VtkSurfaceIOFactory:
Collaboration diagram for mitk::VtkSurfaceIOFactory:

Public Types

typedef VtkSurfaceIOFactory 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 VtkSurfaceIOFactoryFactoryNew ()
 
static void RegisterOneFactory (void)
 

Protected Member Functions

 VtkSurfaceIOFactory ()
 
 ~VtkSurfaceIOFactory () override
 

Detailed Description

Create instances of VtkSurfaceReader objects using an object factory.

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

Definition at line 31 of file mitkVtkSurfaceIOFactory.h.

Member Typedef Documentation

◆ ConstPointer

◆ Pointer

◆ Self

Standard class typedefs.

Definition at line 35 of file mitkVtkSurfaceIOFactory.h.

◆ Superclass

typedef itk::ObjectFactoryBase mitk::VtkSurfaceIOFactory::Superclass

Definition at line 36 of file mitkVtkSurfaceIOFactory.h.

Constructor & Destructor Documentation

◆ VtkSurfaceIOFactory()

mitk::VtkSurfaceIOFactory::VtkSurfaceIOFactory ( )
protected

◆ ~VtkSurfaceIOFactory()

mitk::VtkSurfaceIOFactory::~VtkSurfaceIOFactory ( )
overrideprotected

Member Function Documentation

◆ FactoryNew()

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

Definition at line 46 of file mitkVtkSurfaceIOFactory.h.

◆ GetClassName()

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

Run-time type information (and related methods).

◆ GetDescription()

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

◆ GetITKSourceVersion()

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

Class methods used to interface with the registered factories.

◆ New()

static Pointer mitk::VtkSurfaceIOFactory::New ( )
static

Method for class instantiation.

Referenced by RegisterOneFactory().

◆ RegisterOneFactory()

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

Register one factory of this type

Deprecated:
(as of 2013_09)

Definition at line 54 of file mitkVtkSurfaceIOFactory.h.

References New().


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