VTK  9.6.20260619
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
42
43#ifndef vtkXMLPUnstructuredGridWriter_h
44#define vtkXMLPUnstructuredGridWriter_h
45
46#include "vtkIOParallelXMLModule.h" // For export macro
48
49VTK_ABI_NAMESPACE_BEGIN
51
53{
54public:
57 void PrintSelf(ostream& os, vtkIndent indent) override;
58
63
67 const char* GetDefaultFileExtension() override;
68
69protected:
72
73 // see algorithm for more info
74 int FillInputPortInformation(int port, vtkInformation* info) override;
75
76 const char* GetDataSetName() override;
78
79private:
81 void operator=(const vtkXMLPUnstructuredGridWriter&) = delete;
82};
83
84VTK_ABI_NAMESPACE_END
85#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.
const char * GetDataSetName() override
static vtkXMLPUnstructuredGridWriter * New()
vtkUnstructuredGridBase * GetInput()
Get/Set the writer's input.
~vtkXMLPUnstructuredGridWriter() override
vtkXMLUnstructuredDataWriter * CreateUnstructuredPieceWriter() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
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.