VTK  9.1.0
vtkPXdmf3Writer.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkXdmf3Writer.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=========================================================================*/
15
40#ifndef vtkPXdmf3Writer_h
41#define vtkPXdmf3Writer_h
42
43#include "vtkIOParallelXdmf3Module.h" // For export macro
44#include "vtkXdmf3Writer.h"
45
46class VTKIOPARALLELXDMF3_EXPORT vtkPXdmf3Writer : public vtkXdmf3Writer
47{
48public:
51 void PrintSelf(ostream& os, vtkIndent indent) override;
52
53protected:
55 ~vtkPXdmf3Writer() override;
56 int CheckParameters() override;
57
59 vtkInformationVector* outputVector) override;
60 int GlobalContinueExecuting(int localContinue) override;
61
62private:
63 vtkPXdmf3Writer(const vtkPXdmf3Writer&) = delete;
64 void operator=(const vtkPXdmf3Writer&) = delete;
65};
66
67#endif /* vtkPXdmf3Writer_h */
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
mpi parallel writer for XDMF/HDF5 files
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
static vtkPXdmf3Writer * New()
int CheckParameters() override
int GlobalContinueExecuting(int localContinue) override
~vtkPXdmf3Writer() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
write eXtensible Data Model and Format files