VTK  9.3.20240329
vtkXMLPUnstructuredGridWriter.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
40 #ifndef vtkXMLPUnstructuredGridWriter_h
41 #define vtkXMLPUnstructuredGridWriter_h
42 
43 #include "vtkIOParallelXMLModule.h" // For export macro
45 
46 VTK_ABI_NAMESPACE_BEGIN
48 
49 class VTKIOPARALLELXML_EXPORT vtkXMLPUnstructuredGridWriter : public vtkXMLPUnstructuredDataWriter
50 {
51 public:
54  void PrintSelf(ostream& os, vtkIndent indent) override;
55 
60 
64  const char* GetDefaultFileExtension() override;
65 
66 protected:
69 
70  // see algorithm for more info
72 
73  const char* GetDataSetName() override;
75 
76 private:
78  void operator=(const vtkXMLPUnstructuredGridWriter&) = delete;
79 };
80 
81 VTK_ABI_NAMESPACE_END
82 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
Store vtkAlgorithm input/output information.
dataset represents arbitrary combinations of all possible cell types.
Superclass for PVTK XML unstructured data writers.
Write PVTK XML UnstructuredGrid files.
vtkUnstructuredGridBase * GetInput()
Get/Set the writer's input.
const char * GetDataSetName() override
vtkXMLUnstructuredDataWriter * CreateUnstructuredPieceWriter() override
~vtkXMLPUnstructuredGridWriter() override
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkXMLPUnstructuredGridWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for VTK XML unstructured data writers.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447