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

GUI/Client/vtkXMLLookmarkElement.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkXMLLookmarkElement.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 =========================================================================*/
00015 /*----------------------------------------------------------------------------
00016  Copyright (c) Sandia Corporation
00017  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00018 ----------------------------------------------------------------------------*/
00019 
00032 #ifndef __vtkXMLLookmarkElement_h
00033 #define __vtkXMLLookmarkElement_h
00034 
00035 #include "vtkXMLDataElement.h"
00036 
00037 class vtkXMLDataParser;
00038 
00039 class VTK_EXPORT vtkXMLLookmarkElement : public vtkXMLDataElement
00040 {
00041 public:
00042   static vtkXMLLookmarkElement* New();
00043   vtkTypeRevisionMacro(vtkXMLLookmarkElement, vtkXMLDataElement);
00044   void PrintSelf(ostream& os, vtkIndent indent);
00045 
00046   void PrintXML(ostream& os, vtkIndent indent);
00047   
00048 protected:
00049   vtkXMLLookmarkElement();
00050   ~vtkXMLLookmarkElement();  
00051 
00052 private:
00053   vtkXMLLookmarkElement(const vtkXMLLookmarkElement&);  // Not implemented.
00054   void operator=(const vtkXMLLookmarkElement&);  // Not implemented.
00055 };
00056 
00057 #endif

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