VTK  9.3.0
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
32 #ifndef vtkXMLDataSetWriter_h
33 #define vtkXMLDataSetWriter_h
34 
35 #include "vtkIOXMLModule.h" // For export macro
36 #include "vtkXMLDataObjectWriter.h"
37 
38 VTK_ABI_NAMESPACE_BEGIN
39 class vtkCallbackCommand;
40 
41 class VTKIOXML_EXPORT vtkXMLDataSetWriter : public vtkXMLDataObjectWriter
42 {
43 public:
46  void PrintSelf(ostream& os, vtkIndent indent) override;
47 
48 protected:
51 
52  // see algorithm for more info
54 
55 private:
57  void operator=(const vtkXMLDataSetWriter&) = delete;
58 };
59 
60 VTK_ABI_NAMESPACE_END
61 #endif
supports function callbacks
a simple class to control print indentation
Definition: vtkIndent.h:38
Store vtkAlgorithm input/output information.
Write any type of VTK XML file.
Write any type of VTK XML file.
~vtkXMLDataSetWriter() override
static vtkXMLDataSetWriter * New()
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.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447