VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
XML
vtkXMLHierarchicalDataReader.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: vtkXMLHierarchicalDataReader.h
5
6
Copyright (c) Kitware, Inc.
7
All rights reserved.
8
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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
=========================================================================*/
28
#ifndef __vtkXMLHierarchicalDataReader_h
29
#define __vtkXMLHierarchicalDataReader_h
30
31
#include "vtkIOXMLModule.h"
// For export macro
32
#include "
vtkXMLMultiGroupDataReader.h
"
33
34
class
vtkHierarchicalDataSet;
35
36
class
VTKIOXML_EXPORT
vtkXMLHierarchicalDataReader
:
public
vtkXMLMultiGroupDataReader
37
{
38
public
:
39
static
vtkXMLHierarchicalDataReader
*
New
();
40
vtkTypeMacro(
vtkXMLHierarchicalDataReader
,
vtkXMLMultiGroupDataReader
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
43
protected
:
44
vtkXMLHierarchicalDataReader
();
45
~
vtkXMLHierarchicalDataReader
();
46
47
// Get the name of the data set being read.
48
virtual
const
char
*
GetDataSetName
()
49
{
50
return
"vtkHierarchicalDataSet"
;
51
}
52
53
private
:
54
vtkXMLHierarchicalDataReader
(
const
vtkXMLHierarchicalDataReader
&);
// Not implemented.
55
void
operator=(
const
vtkXMLHierarchicalDataReader
&);
// Not implemented.
56
};
57
58
#endif
Generated on Fri May 25 2012 22:39:32 for VTK by
1.8.1