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:
56  int CheckParameters () override;
57 
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 */
vtkPXdmf3Writer::vtkPXdmf3Writer
vtkPXdmf3Writer()
vtkPXdmf3Writer::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkXdmf3Writer.h
vtkXdmf3Writer
write eXtensible Data Model and Format files
Definition: vtkXdmf3Writer.h:39
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkPXdmf3Writer::CheckParameters
int CheckParameters() override
vtkPXdmf3Writer
mpi parallel writer for XDMF/HDF5 files
Definition: vtkPXdmf3Writer.h:47
vtkPXdmf3Writer::~vtkPXdmf3Writer
~vtkPXdmf3Writer()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkPXdmf3Writer::GlobalContinueExecuting
int GlobalContinueExecuting(int localContinue) override
vtkPXdmf3Writer::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPXdmf3Writer::New
static vtkPXdmf3Writer * New()