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

Servers/ServerManager/vtkSMXMLParser.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMXMLParser.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 __vtkSMXMLParser_h
00025 #define __vtkSMXMLParser_h
00026 
00027 #include "vtkPVXMLParser.h"
00028 
00029 class vtkSMProxy;
00030 class vtkSMProperty;
00031 class vtkSMProxyManager;
00032 
00033 class VTK_EXPORT vtkSMXMLParser : public vtkPVXMLParser
00034 {
00035 public:
00036   vtkTypeRevisionMacro(vtkSMXMLParser,vtkPVXMLParser);
00037   void PrintSelf(ostream& os, vtkIndent indent);
00038   static vtkSMXMLParser* New();
00039 
00043   void ProcessConfiguration(vtkSMProxyManager* manager);
00044 
00045 protected:
00046   vtkSMXMLParser();
00047   ~vtkSMXMLParser();
00048 
00049   // Called by ProcessConfiguration(), processes all proxies in one
00050   // group and passes them to the proxy manager.
00051   void ProcessGroup(vtkPVXMLElement* group, vtkSMProxyManager* manager);
00052 
00053 private:
00054   vtkSMXMLParser(const vtkSMXMLParser&);  // Not implemented.
00055   void operator=(const vtkSMXMLParser&);  // Not implemented.
00056 };
00057 
00058 #endif

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