VTK
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 "vtkIOParallelExodusModule.h" // For export macro
72 #include "vtkSmartPointer.h" // For vtkSmartPointer
73 #include "vtkExodusIIWriter.h"
74 
75 #include <vector> // STL Header
76 #include <map> // STL Header
77 #include <string> // STL Header
78 
79 class vtkModelMetadata;
80 class vtkDoubleArray;
81 class vtkIntArray;
83 
84 class VTKIOPARALLELEXODUS_EXPORT vtkPExodusIIWriter : public vtkExodusIIWriter
85 {
86 public:
87  static vtkPExodusIIWriter *New ();
89  void PrintSelf (ostream& os, vtkIndent indent) override;
90 
91 protected:
93  ~vtkPExodusIIWriter () override;
94  int CheckParameters () override;
95  void CheckBlockInfoMap() override;
96 
98  vtkInformationVector** inputVector,
99  vtkInformationVector* outputVector) override;
100  int GlobalContinueExecuting(int localContinue) override;
101 
106  virtual unsigned int GetMaxNameLength() override;
107 
108 private:
109  vtkPExodusIIWriter (const vtkPExodusIIWriter&) = delete;
110  void operator= (const vtkPExodusIIWriter&) = delete;
111 };
112 
113 #endif
vtkModelMetadata
This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkU...
Definition: vtkModelMetadata.h:90
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkPExodusIIWriter::~vtkPExodusIIWriter
~vtkPExodusIIWriter() override
vtkPExodusIIWriter::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
vtkExodusIIWriter
Write Exodus II files.
Definition: vtkExodusIIWriter.h:88
vtkPExodusIIWriter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkIntArray
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:46
vtkSmartPointer.h
vtkPExodusIIWriter::CheckParameters
int CheckParameters() override
vtkPExodusIIWriter::CheckBlockInfoMap
void CheckBlockInfoMap() override
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkPExodusIIWriter::GetMaxNameLength
virtual unsigned int GetMaxNameLength() override
Get the maximum length name in the input data set.
vtkPExodusIIWriter
Write Exodus II files.
Definition: vtkPExodusIIWriter.h:85
vtkDoubleArray
dynamic, self-adjusting array of double
Definition: vtkDoubleArray.h:42
vtkPExodusIIWriter::GlobalContinueExecuting
int GlobalContinueExecuting(int localContinue) override
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition: vtkUnstructuredGrid.h:89
vtkPExodusIIWriter::New
static vtkPExodusIIWriter * New()
vtkPExodusIIWriter::vtkPExodusIIWriter
vtkPExodusIIWriter()
vtkExodusIIWriter.h