VTK
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 
46 class VTKIOPARALLELXDMF3_EXPORT vtkPXdmf3Writer : public vtkXdmf3Writer
47 {
48 public:
49  static vtkPXdmf3Writer *New ();
51  void PrintSelf (ostream& os, vtkIndent indent) override;
52 
53 protected:
54  vtkPXdmf3Writer ();
55  ~vtkPXdmf3Writer ();
56  int CheckParameters () override;
57 
58  int RequestUpdateExtent (vtkInformation* request,
59  vtkInformationVector** inputVector,
60  vtkInformationVector* outputVector) override;
61  int GlobalContinueExecuting(int localContinue) override;
62 
63 private:
64  vtkPXdmf3Writer (const vtkPXdmf3Writer&) = delete;
65  void operator= (const vtkPXdmf3Writer&) = delete;
66 };
67 
68 #endif /* vtkPXdmf3Writer_h */
Store vtkAlgorithm input/output information.
virtual int GlobalContinueExecuting(int localContinueExecution)
static vtkXdmf3Writer * New()
a simple class to control print indentation
Definition: vtkIndent.h:39
mpi parallel writer for XDMF/HDF5 files
write eXtensible Data Model and Format files
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual int CheckParameters()
Store zero or more vtkInformation instances.