VTK  9.3.1
vtkPExodusIIWriter.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 
53 #ifndef vtkPExodusIIWriter_h
54 #define vtkPExodusIIWriter_h
55 
56 #include "vtkExodusIIWriter.h"
57 #include "vtkIOParallelExodusModule.h" // For export macro
58 #include "vtkSmartPointer.h" // For vtkSmartPointer
59 
60 #include <map> // STL Header
61 #include <string> // STL Header
62 #include <vector> // STL Header
63 
64 VTK_ABI_NAMESPACE_BEGIN
65 class vtkModelMetadata;
66 class vtkDoubleArray;
67 class vtkIntArray;
69 
70 class VTKIOPARALLELEXODUS_EXPORT vtkPExodusIIWriter : public vtkExodusIIWriter
71 {
72 public:
73  static vtkPExodusIIWriter* New();
75  void PrintSelf(ostream& os, vtkIndent indent) override;
76 
77 protected:
79  ~vtkPExodusIIWriter() override;
80  int CheckParameters() override;
81  void CheckBlockInfoMap() override;
82 
83  int RequestUpdateExtent(vtkInformation* request, vtkInformationVector** inputVector,
84  vtkInformationVector* outputVector) override;
85  int GlobalContinueExecuting(int localContinue) override;
86 
91  unsigned int GetMaxNameLength() override;
92 
93 private:
94  vtkPExodusIIWriter(const vtkPExodusIIWriter&) = delete;
95  void operator=(const vtkPExodusIIWriter&) = delete;
96 };
97 
98 VTK_ABI_NAMESPACE_END
99 #endif
Store vtkAlgorithm input/output information.
static vtkExodusIIWriter * New()
dynamic, self-adjusting array of double
virtual unsigned int GetMaxNameLength()
Get the maximum length name in the input data set.
virtual void CheckBlockInfoMap()
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:34
a simple class to control print indentation
Definition: vtkIndent.h:28
dataset represents arbitrary combinations of all possible cell types
virtual int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkU...
virtual int GlobalContinueExecuting(int localContinueExecution)
Write Exodus II files.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Store zero or more vtkInformation instances.
Write Exodus II files.
virtual int CheckParameters()