VTK  9.3.20240328
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:
75  void PrintSelf(ostream& os, vtkIndent indent) override;
76 
77 protected:
79  ~vtkPExodusIIWriter() override;
80  int CheckParameters() override;
81  void CheckBlockInfoMap() override;
82 
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
dynamic, self-adjusting array of double
Write Exodus II files.
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:144
This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkU...
Write Exodus II files.
~vtkPExodusIIWriter() override
static vtkPExodusIIWriter * New()
int CheckParameters() override
void CheckBlockInfoMap() override
int GlobalContinueExecuting(int localContinue) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
unsigned int GetMaxNameLength() override
Get the maximum length name in the input data set.
dataset represents arbitrary combinations of all possible cell types