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 
67 #ifndef vtkPExodusIIWriter_h
68 #define vtkPExodusIIWriter_h
69 
70 #include "vtkIOParallelExodusModule.h" // For export macro
71 #include "vtkSmartPointer.h" // For vtkSmartPointer
72 #include "vtkExodusIIWriter.h"
73 
74 #include <vector> // STL Header
75 #include <map> // STL Header
76 #include <string> // STL Header
77 
78 class vtkModelMetadata;
79 class vtkDoubleArray;
80 class vtkIntArray;
82 
83 class VTKIOPARALLELEXODUS_EXPORT vtkPExodusIIWriter : public vtkExodusIIWriter
84 {
85 public:
86  static vtkPExodusIIWriter *New ();
88  void PrintSelf (ostream& os, vtkIndent indent);
89 
90 protected:
93  virtual int CheckParameters ();
94  virtual void CheckBlockInfoMap();
95 
96  virtual int RequestUpdateExtent (vtkInformation* request,
97  vtkInformationVector** inputVector,
98  vtkInformationVector* outputVector);
99  virtual int GlobalContinueExecuting(int localContinue);
100 
101 private:
102  vtkPExodusIIWriter (const vtkPExodusIIWriter&); // Not Implemented
103  void operator= (const vtkPExodusIIWriter&); // Not Implemented
104 };
105 
106 #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:49
a simple class to control print indentation
Definition: vtkIndent.h:38
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)
virtual int CheckParameters()