VTK  9.1.0
vtkPExodusIIWriter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkExodusIIWriter.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/*----------------------------------------------------------------------------
16 Copyright (c) Sandia Corporation
17 See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
18----------------------------------------------------------------------------*/
19
68#ifndef vtkPExodusIIWriter_h
69#define vtkPExodusIIWriter_h
70
71#include "vtkExodusIIWriter.h"
72#include "vtkIOParallelExodusModule.h" // For export macro
73#include "vtkSmartPointer.h" // For vtkSmartPointer
74
75#include <map> // STL Header
76#include <string> // STL Header
77#include <vector> // STL Header
78
80class vtkDoubleArray;
81class vtkIntArray;
83
84class VTKIOPARALLELEXODUS_EXPORT vtkPExodusIIWriter : public vtkExodusIIWriter
85{
86public:
89 void PrintSelf(ostream& os, vtkIndent indent) override;
90
91protected:
94 int CheckParameters() override;
95 void CheckBlockInfoMap() override;
96
98 vtkInformationVector* outputVector) override;
99 int GlobalContinueExecuting(int localContinue) override;
100
105 unsigned int GetMaxNameLength() override;
106
107private:
108 vtkPExodusIIWriter(const vtkPExodusIIWriter&) = delete;
109 void operator=(const vtkPExodusIIWriter&) = delete;
110};
111
112#endif
dynamic, self-adjusting array of double
Write Exodus II files.
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:149
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