VTK  9.3.1
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
23 #ifndef vtkXMLDataSetWriter_h
24 #define vtkXMLDataSetWriter_h
25 
26 #include "vtkIOXMLModule.h" // For export macro
27 #include "vtkXMLDataObjectWriter.h"
28 
29 VTK_ABI_NAMESPACE_BEGIN
30 class vtkCallbackCommand;
31 
32 class VTKIOXML_EXPORT vtkXMLDataSetWriter : public vtkXMLDataObjectWriter
33 {
34 public:
36  static vtkXMLDataSetWriter* New();
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
39 protected:
41  ~vtkXMLDataSetWriter() override;
42 
43  // see algorithm for more info
45 
46 private:
48  void operator=(const vtkXMLDataSetWriter&) = delete;
49 };
50 
51 VTK_ABI_NAMESPACE_END
52 #endif
Write any type of VTK XML file.
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
supports function callbacks
a simple class to control print indentation
Definition: vtkIndent.h:28
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkXMLDataObjectWriter * New()
Write any type of VTK XML file.