VTK
vtkXMLStructuredGridReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkXMLStructuredGridReader.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 =========================================================================*/
34 #ifndef vtkXMLStructuredGridReader_h
35 #define vtkXMLStructuredGridReader_h
36 
37 #include "vtkIOXMLModule.h" // For export macro
39 
40 class vtkStructuredGrid;
41 
43 {
44 public:
46  void PrintSelf(ostream& os, vtkIndent indent);
48 
50 
54 
55 protected:
58 
59  const char* GetDataSetName();
60  void SetOutputExtent(int* extent);
61 
62  void SetupPieces(int numPieces);
63  void DestroyPieces();
65 
69 
70  // The elements representing the points for each piece.
72 
73 private:
74  vtkXMLStructuredGridReader(const vtkXMLStructuredGridReader&); // Not implemented.
75  void operator=(const vtkXMLStructuredGridReader&); // Not implemented.
76 };
77 
78 #endif
VTKIOXML_EXPORT
#define VTKIOXML_EXPORT
Definition: vtkIOXMLModule.h:15
vtkXMLStructuredGridReader::ReadPieceData
int ReadPieceData()
vtkXMLStructuredGridReader::PointElements
vtkXMLDataElement ** PointElements
Definition: vtkXMLStructuredGridReader.h:71
vtkXMLStructuredGridReader::GetDataSetName
const char * GetDataSetName()
vtkXMLStructuredGridReader::vtkXMLStructuredGridReader
vtkXMLStructuredGridReader()
vtkXMLStructuredGridReader::~vtkXMLStructuredGridReader
~vtkXMLStructuredGridReader()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkXMLStructuredGridReader::FillOutputPortInformation
virtual int FillOutputPortInformation(int, vtkInformation *)
vtkStructuredGrid
topologically regular array of data
Definition: vtkStructuredGrid.h:63
vtkXMLStructuredGridReader::DestroyPieces
void DestroyPieces()
vtkIOXMLModule.h
vtkXMLStructuredGridReader::SetupOutputData
void SetupOutputData()
vtkXMLStructuredGridReader::SetupPieces
void SetupPieces(int numPieces)
vtkXMLStructuredGridReader
Read VTK XML StructuredGrid files.
Definition: vtkXMLStructuredGridReader.h:43
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkXMLStructuredGridReader::GetOutput
vtkStructuredGrid * GetOutput()
vtkXMLDataElement
Represents an XML element and those nested inside.
Definition: vtkXMLDataElement.h:36
vtkXMLStructuredGridReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkXMLStructuredDataReader
Superclass for structured data XML readers.
Definition: vtkXMLStructuredDataReader.h:34
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkXMLStructuredGridReader::ReadPiece
int ReadPiece(vtkXMLDataElement *ePiece)
vtkXMLStructuredGridReader::New
static vtkXMLStructuredGridReader * New()
vtkX3D::extent
@ extent
Definition: vtkX3D.h:345
vtkXMLStructuredGridReader::GetOutput
vtkStructuredGrid * GetOutput(int idx)
vtkXMLStructuredGridReader::SetOutputExtent
void SetOutputExtent(int *extent)
vtkXMLStructuredDataReader.h