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 
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
vtkPExodusIIWriter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPExodusIIWriter::CheckBlockInfoMap
virtual void CheckBlockInfoMap()
vtkModelMetadata
This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkU...
Definition: vtkModelMetadata.h:87
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkExodusIIWriter
Write Exodus II files.
Definition: vtkExodusIIWriter.h:87
vtkPExodusIIWriter::~vtkPExodusIIWriter
~vtkPExodusIIWriter()
VTKIOPARALLELEXODUS_EXPORT
#define VTKIOPARALLELEXODUS_EXPORT
Definition: vtkIOParallelExodusModule.h:15
vtkIOParallelExodusModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkIntArray
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:53
vtkSmartPointer.h
vtkPExodusIIWriter::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkPExodusIIWriter::GlobalContinueExecuting
virtual int GlobalContinueExecuting(int localContinue)
vtkPExodusIIWriter::CheckParameters
virtual int CheckParameters()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPExodusIIWriter
Write Exodus II files.
Definition: vtkPExodusIIWriter.h:84
vtkDoubleArray
dynamic, self-adjusting array of double
Definition: vtkDoubleArray.h:49
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition: vtkUnstructuredGrid.h:82
vtkPExodusIIWriter::New
static vtkPExodusIIWriter * New()
vtkPExodusIIWriter::vtkPExodusIIWriter
vtkPExodusIIWriter()
vtkExodusIIWriter.h