VTK  9.3.20240424
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
64VTK_ABI_NAMESPACE_BEGIN
66class vtkDoubleArray;
67class vtkIntArray;
69
70class VTKIOPARALLELEXODUS_EXPORT vtkPExodusIIWriter : public vtkExodusIIWriter
71{
72public:
75 void PrintSelf(ostream& os, vtkIndent indent) override;
76
77protected:
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
93private:
95 void operator=(const vtkPExodusIIWriter&) = delete;
96};
97
98VTK_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
This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkU...
Write Exodus II files.
static vtkPExodusIIWriter * New()
~vtkPExodusIIWriter() override
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