VTK  9.3.20240419
vtkXMLPImageDataReader.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
20 #ifndef vtkXMLPImageDataReader_h
21 #define vtkXMLPImageDataReader_h
22 
23 #include "vtkIOXMLModule.h" // For export macro
25 
26 VTK_ABI_NAMESPACE_BEGIN
27 class vtkImageData;
28 
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
37 
43 
44  // For the specified port, copy the information this reader sets up in
45  // SetupOutputInformation to outInfo
46  void CopyOutputInformation(vtkInformation* outInfo, int port) override;
47 
48 protected:
51 
52  double Origin[3];
53  double Spacing[3];
54 
56 
57  void SetupEmptyOutput() override;
58  const char* GetDataSetName() override;
59  void SetOutputExtent(int* extent) override;
60  void GetPieceInputExtent(int index, int* extent) override;
61  int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
62 
63  // Setup the output's information.
64  void SetupOutputInformation(vtkInformation* outInfo) override;
65 
68 
69 private:
71  void operator=(const vtkXMLPImageDataReader&) = delete;
72 };
73 
74 VTK_ABI_NAMESPACE_END
75 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:156
a simple class to control print indentation
Definition: vtkIndent.h:108
Store vtkAlgorithm input/output information.
Represents an XML element and those nested inside.
Superclass for VTK XML file readers.
Read PVTK XML ImageData files.
void SetupEmptyOutput() override
Setup the output with no data available.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
const char * GetDataSetName() override
Get the name of the data set being read.
~vtkXMLPImageDataReader() override
vtkImageData * GetPieceInput(int index)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
vtkImageData * GetOutput()
Get the reader's output.
void SetupOutputInformation(vtkInformation *outInfo) override
void GetPieceInputExtent(int index, int *extent) override
static vtkXMLPImageDataReader * New()
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Read the information relative to the dataset and allocate the needed structures according to it.
vtkImageData * GetOutput(int idx)
Get the reader's output.
void CopyOutputInformation(vtkInformation *outInfo, int port) override
void SetOutputExtent(int *extent) override
Superclass for parallel structured data XML readers.
@ port
Definition: vtkX3D.h:447
@ extent
Definition: vtkX3D.h:345
@ index
Definition: vtkX3D.h:246