VTK
9.0.1
IO
Image
vtkImageReader2Factory.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageReader2Factory.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
35
#ifndef vtkImageReader2Factory_h
36
#define vtkImageReader2Factory_h
37
38
#include "vtkIOImageModule.h"
// For export macro
39
#include "
vtkObject.h
"
40
41
class
vtkImageReader2
;
42
class
vtkImageReader2Collection
;
43
class
vtkImageReader2FactoryCleanup;
44
45
class
VTKIOIMAGE_EXPORT
vtkImageReader2Factory
:
public
vtkObject
46
{
47
public
:
48
static
vtkImageReader2Factory
*
New
();
49
vtkTypeMacro(
vtkImageReader2Factory
,
vtkObject
);
50
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
51
56
static
void
RegisterReader(
vtkImageReader2
* r);
57
63
VTK_NEWINSTANCE
64
static
vtkImageReader2
* CreateImageReader2(
const
char
* path);
65
70
static
void
GetRegisteredReaders(
vtkImageReader2Collection
*);
71
72
protected
:
73
vtkImageReader2Factory
();
74
~
vtkImageReader2Factory
()
override
;
75
76
static
void
InitializeReaders();
77
78
private
:
79
static
vtkImageReader2Collection
* AvailableReaders;
80
vtkImageReader2Factory
(
const
vtkImageReader2Factory
&) =
delete
;
81
void
operator=(
const
vtkImageReader2Factory
&) =
delete
;
82
83
friend
class
vtkImageReader2FactoryCleanup;
84
};
85
86
#endif
vtkImageReader2Collection
maintain a list of image readers
Definition:
vtkImageReader2Collection.h:33
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:62
vtkImageReader2Factory
Superclass of binary file readers.
Definition:
vtkImageReader2Factory.h:45
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkImageReader2
Superclass of binary file readers.
Definition:
vtkImageReader2.h:52
vtkObject::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkObject.h
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition:
vtkWrappingHints.h:42
Generated on Thu Jun 25 2020 08:30:52 for VTK by
1.8.17