Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Servers/Common/vtkPVOptionsXMLParser.h

Go to the documentation of this file.
00001 /*=========================================================================
00002   
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVOptionsXMLParser.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
00024 #ifndef __vtkPVOptionsXMLParser_h
00025 #define __vtkPVOptionsXMLParser_h
00026 
00027 #include "vtkCommandOptionsXMLParser.h"
00028 class vtkCommandOptions;
00029 
00030 class VTK_EXPORT vtkPVOptionsXMLParser : public vtkCommandOptionsXMLParser
00031 {
00032 public:
00033   static vtkPVOptionsXMLParser* New();
00034   vtkTypeRevisionMacro(vtkPVOptionsXMLParser,vtkCommandOptionsXMLParser);
00035 
00036 protected:
00037   vtkPVOptionsXMLParser() {}
00038   ~vtkPVOptionsXMLParser() {}
00039 
00040   virtual void SetProcessType(const char* ptype);
00041 
00042 private:
00043   vtkPVOptionsXMLParser(const vtkPVOptionsXMLParser&); // Not implemented
00044   void operator=(const vtkPVOptionsXMLParser&); // Not implemented
00045 };
00046 
00047 #endif // #ifndef __vtkPVOptionsXMLParser_h
00048 

Generated on Tue May 30 12:31:45 2006 for ParaView by doxygen 1.3.5