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
80class vtkDoubleArray;
81class vtkIntArray;
83
84class VTKIOPARALLELEXODUS_EXPORT vtkPExodusIIWriter : public vtkExodusIIWriter
85{
86public:
89 void PrintSelf (ostream& os, vtkIndent indent);
90
91protected:
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
102private:
103 vtkPExodusIIWriter (const vtkPExodusIIWriter&) VTK_DELETE_FUNCTION;
104 void operator= (const vtkPExodusIIWriter&) VTK_DELETE_FUNCTION;
105};
106
107#endif
dynamic, self-adjusting array of double
Write Exodus II files.
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:46
This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkU...
Write Exodus II files.
static vtkPExodusIIWriter * New()
virtual void CheckBlockInfoMap()
virtual int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int GlobalContinueExecuting(int localContinue)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int CheckParameters()
dataset represents arbitrary combinations of all possible cell types