VTK
vtkXMLMultiGroupDataReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkXMLMultiGroupDataReader.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 =========================================================================*/
22 #ifndef vtkXMLMultiGroupDataReader_h
23 #define vtkXMLMultiGroupDataReader_h
24 
25 #include "vtkIOXMLModule.h" // For export macro
27 
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent);
34 
35 protected:
38 
39  // Get the name of the data set being read.
40  virtual const char* GetDataSetName()
41  {
42  return "vtkMultiGroupDataSet";
43  }
44 
45 private:
46  vtkXMLMultiGroupDataReader(const vtkXMLMultiGroupDataReader&); // Not implemented.
47  void operator=(const vtkXMLMultiGroupDataReader&); // Not implemented.
48 };
49 
50 #endif
Reader for multi-block datasets.
static vtkXMLMultiBlockDataReader * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
Reader for multi-block datasets.
#define VTKIOXML_EXPORT
virtual const char * GetDataSetName()
void PrintSelf(ostream &os, vtkIndent indent)