VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 private:
97  vtkPExodusIIWriter (const vtkPExodusIIWriter&); // Not Implemented
98  void operator= (const vtkPExodusIIWriter&); // Not Implemented
99 };
100 
101 #endif
static vtkExodusIIWriter * New()
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
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:38
dataset represents arbitrary combinations of all possible cell types
#define VTKIOPARALLELEXODUS_EXPORT
This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkU...
Write Exodus II files.
Write Exodus II files.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int CheckParameters()