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);
90 
91 protected:
94  virtual int CheckParameters ();
95  virtual void CheckBlockInfoMap();
96 
97  virtual int RequestUpdateExtent (vtkInformation* request,
98  vtkInformationVector** inputVector,
99  vtkInformationVector* outputVector);
100  virtual int GlobalContinueExecuting(int localContinue);
101 
102 private:
103  vtkPExodusIIWriter (const vtkPExodusIIWriter&) VTK_DELETE_FUNCTION;
104  void operator= (const vtkPExodusIIWriter&) VTK_DELETE_FUNCTION;
105 };
106 
107 #endif
Store vtkAlgorithm input/output information.
static vtkExodusIIWriter * New()
dynamic, self-adjusting array of double
virtual void CheckBlockInfoMap()
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:45
a simple class to control print indentation
Definition: vtkIndent.h:39
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.
Store zero or more vtkInformation instances.
Write Exodus II files.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int CheckParameters()