VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
vtkImageReader2Collection.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageReader2Collection.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
=========================================================================*/
24
#ifndef __vtkImageReader2Collection_h
25
#define __vtkImageReader2Collection_h
26
27
#include "
vtkCollection.h
"
28
29
class
vtkImageReader2
;
30
31
class
VTK_IO_EXPORT
vtkImageReader2Collection
:
public
vtkCollection
32
{
33
public
:
34
vtkTypeMacro(
vtkImageReader2Collection
,
vtkCollection
);
35
static
vtkImageReader2Collection
*
New
();
36
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
37
39
void
AddItem
(
vtkImageReader2
*);
40
42
vtkImageReader2
*GetNextItem();
43
44
//BTX
46
48
vtkImageReader2
*GetNextImageReader2(
vtkCollectionSimpleIterator
&cookie);
49
//ETX
51
52
protected
:
53
vtkImageReader2Collection
() {};
54
~vtkImageReader2Collection
() {};
55
56
57
private
:
58
// hide the standard AddItem from the user and the compiler.
59
void
AddItem
(
vtkObject
*o) { this->
vtkCollection::AddItem
(o); };
60
61
private
:
62
vtkImageReader2Collection
(
const
vtkImageReader2Collection
&);
// Not implemented.
63
void
operator=(
const
vtkImageReader2Collection
&);
// Not implemented.
64
};
65
66
#endif
Generated on Sun Sep 9 2012 13:03:41 for VTK by
1.8.1.2