VTK
/Users/kitware/Dashboards/MyTests/VTK_BLD_Release_docs/Utilities/Doxygen/dox/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    vtkXMLPHierarchicalBoxDataWriter.h
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00023 #ifndef vtkXMLPHierarchicalBoxDataWriter_h
00024 #define vtkXMLPHierarchicalBoxDataWriter_h
00025 
00026 #include "vtkXMLPUniformGridAMRWriter.h"
00027 #include "vtkIOParallelXMLModule.h" // For export macro
00028 
00029 class VTKIOPARALLELXML_EXPORT vtkXMLPHierarchicalBoxDataWriter :
00030   public vtkXMLPUniformGridAMRWriter
00031 {
00032 public:
00033   static vtkXMLPHierarchicalBoxDataWriter* New();
00034   vtkTypeMacro(vtkXMLPHierarchicalBoxDataWriter, vtkXMLPUniformGridAMRWriter);
00035   void PrintSelf(ostream& os, vtkIndent indent);
00036 
00037 protected:
00038   vtkXMLPHierarchicalBoxDataWriter();
00039   ~vtkXMLPHierarchicalBoxDataWriter();
00040 
00041 private:
00042   vtkXMLPHierarchicalBoxDataWriter(const vtkXMLPHierarchicalBoxDataWriter&); // Not implemented.
00043   void operator=(const vtkXMLPHierarchicalBoxDataWriter&); // Not implemented.
00044 };
00045 
00046 #endif