VTK
vtkXMLPRectilinearGridReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkXMLPRectilinearGridReader.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 vtkXMLPRectilinearGridReader_h
32 #define vtkXMLPRectilinearGridReader_h
33 
34 #include "vtkIOXMLModule.h" // For export macro
36 
37 class vtkRectilinearGrid;
38 
40 {
41 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
45 
47 
51 
52 protected:
55 
57 
59  const char* GetDataSetName();
60  void SetOutputExtent(int* extent);
61  void GetPieceInputExtent(int index, int* extent);
66  void CopySubCoordinates(int* inBounds, int* outBounds, int* subBounds,
67  vtkDataArray* inArray, vtkDataArray* outArray);
69 
70  // The PCoordinates element with coordinate information.
72 
73 private:
75  void operator=(const vtkXMLPRectilinearGridReader&); // Not implemented.
76 };
77 
78 #endif
vtkXMLPRectilinearGridReader::~vtkXMLPRectilinearGridReader
~vtkXMLPRectilinearGridReader()
VTKIOXML_EXPORT
#define VTKIOXML_EXPORT
Definition: vtkIOXMLModule.h:15
vtkXMLPRectilinearGridReader::vtkXMLPRectilinearGridReader
vtkXMLPRectilinearGridReader()
vtkXMLPRectilinearGridReader::GetPieceInput
vtkRectilinearGrid * GetPieceInput(int index)
vtkRectilinearGrid
a dataset that is topologically regular with variable spacing in the three coordinate directions
Definition: vtkRectilinearGrid.h:56
vtkXMLPRectilinearGridReader::PCoordinatesElement
vtkXMLDataElement * PCoordinatesElement
Definition: vtkXMLPRectilinearGridReader.h:71
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkXMLPRectilinearGridReader::SetupEmptyOutput
void SetupEmptyOutput()
vtkDataArray
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:55
vtkXMLDataReader
Superclass for VTK XML file readers.
Definition: vtkXMLDataReader.h:33
vtkXMLPRectilinearGridReader::New
static vtkXMLPRectilinearGridReader * New()
vtkXMLPStructuredDataReader
Superclass for parallel structured data XML readers.
Definition: vtkXMLPStructuredDataReader.h:36
vtkXMLPRectilinearGridReader::GetPieceInputExtent
void GetPieceInputExtent(int index, int *extent)
vtkIOXMLModule.h
vtkXMLPRectilinearGridReader::GetOutput
vtkRectilinearGrid * GetOutput()
vtkXMLPRectilinearGridReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkXMLPRectilinearGridReader::SetOutputExtent
void SetOutputExtent(int *extent)
vtkXMLPRectilinearGridReader::SetupOutputData
void SetupOutputData()
vtkXMLDataElement
Represents an XML element and those nested inside.
Definition: vtkXMLDataElement.h:36
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkXMLPRectilinearGridReader::ReadPieceData
int ReadPieceData()
vtkgl::index
GLuint index
Definition: vtkgl.h:11983
vtkXMLPRectilinearGridReader::GetDataSetName
const char * GetDataSetName()
vtkXMLPRectilinearGridReader::CreatePieceReader
vtkXMLDataReader * CreatePieceReader()
vtkXMLPRectilinearGridReader
Read PVTK XML RectilinearGrid files.
Definition: vtkXMLPRectilinearGridReader.h:40
vtkX3D::extent
@ extent
Definition: vtkX3D.h:345
vtkXMLPRectilinearGridReader::GetOutput
vtkRectilinearGrid * GetOutput(int idx)
vtkXMLPRectilinearGridReader::ReadPrimaryElement
int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
vtkXMLPStructuredDataReader.h
vtkXMLPRectilinearGridReader::FillOutputPortInformation
virtual int FillOutputPortInformation(int, vtkInformation *)
vtkXMLPRectilinearGridReader::CopySubCoordinates
void CopySubCoordinates(int *inBounds, int *outBounds, int *subBounds, vtkDataArray *inArray, vtkDataArray *outArray)