VTK
vtkXMLPStructuredGridReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkXMLPStructuredGridReader.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 =========================================================================*/
31 #ifndef vtkXMLPStructuredGridReader_h
32 #define vtkXMLPStructuredGridReader_h
33 
34 #include "vtkIOXMLModule.h" // For export macro
36 
37 class vtkStructuredGrid;
38 
40 {
41 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
45 
47  vtkStructuredGrid *GetOutput();
48 
50  vtkStructuredGrid* GetOutput(int idx);
51 
52 protected:
55 
56  vtkStructuredGrid* GetPieceInput(int index);
57 
58  void SetupEmptyOutput();
59  const char* GetDataSetName();
60  void SetOutputExtent(int* extent);
61  void GetPieceInputExtent(int index, int* extent);
63  void SetupOutputData();
64  int ReadPieceData();
66  virtual int FillOutputPortInformation(int, vtkInformation*);
67 
68  // The PPoints element with point information.
70 
71 private:
72  vtkXMLPStructuredGridReader(const vtkXMLPStructuredGridReader&); // Not implemented.
73  void operator=(const vtkXMLPStructuredGridReader&); // Not implemented.
74 };
75 
76 #endif
virtual void SetOutputExtent(int *extent)=0
virtual const char * GetDataSetName()=0
virtual void SetupEmptyOutput()=0
Represents an XML element and those nested inside.
Store vtkAlgorithm input/output information.
virtual vtkXMLDataReader * CreatePieceReader()=0
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:38
Superclass for parallel structured data XML readers.
#define VTKIOXML_EXPORT
Superclass for VTK XML file readers.
topologically regular array of data
Read PVTK XML StructuredGrid files.
static vtkAlgorithm * New()
int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
virtual void GetPieceInputExtent(int index, int *extent)=0