VTK  9.3.20240420
vtkXMLDataSetWriter.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#ifndef vtkXMLDataSetWriter_h
43#define vtkXMLDataSetWriter_h
44
45#include "vtkIOXMLModule.h" // For export macro
47
48VTK_ABI_NAMESPACE_BEGIN
50
51class VTKIOXML_EXPORT vtkXMLDataSetWriter : public vtkXMLDataObjectWriter
52{
53public:
56 void PrintSelf(ostream& os, vtkIndent indent) override;
57
58protected:
61
62 // see algorithm for more info
63 int FillInputPortInformation(int port, vtkInformation* info) override;
64
65private:
67 void operator=(const vtkXMLDataSetWriter&) = delete;
68};
69
70VTK_ABI_NAMESPACE_END
71#endif
supports function callbacks
a simple class to control print indentation
Definition vtkIndent.h:108
Store vtkAlgorithm input/output information.
Write any type of VTK XML file.
Write any type of VTK XML file.
static vtkXMLDataSetWriter * New()
~vtkXMLDataSetWriter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.