VTK  9.2.6
vtkXMLMultiBlockDataWriter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkXMLMultiBlockDataWriter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
65 #ifndef vtkXMLMultiBlockDataWriter_h
66 #define vtkXMLMultiBlockDataWriter_h
67 
68 #include "vtkIOXMLModule.h" // For export macro
70 
72 {
73 public:
76  void PrintSelf(ostream& os, vtkIndent indent) override;
77 
81  const char* GetDefaultFileExtension() override { return "vtm"; }
82 
83 protected:
86 
88 
89  // Internal method called recursively to create the xml tree for the children
90  // of compositeData.
92  vtkCompositeDataSet* compositeData, vtkXMLDataElement* parent, int& writerIdx) override;
93 
94 private:
96  void operator=(const vtkXMLMultiBlockDataWriter&) = delete;
97 };
98 
99 #endif
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
Definition: vtkIndent.h:119
Store vtkAlgorithm input/output information.
Writer for multi-group datasets.
Represents an XML element and those nested inside.
writer for vtkMultiBlockDataSet.
static vtkXMLMultiBlockDataWriter * New()
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int WriteComposite(vtkCompositeDataSet *compositeData, vtkXMLDataElement *parent, int &writerIdx) override
Internal method called recursively to create the xml tree for the children of compositeData as well a...
~vtkXMLMultiBlockDataWriter() override
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453