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

Servers/ServerManager/vtkSMFixedTypeDomain.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMFixedTypeDomain.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 =========================================================================*/
00027 #ifndef __vtkSMFixedTypeDomain_h
00028 #define __vtkSMFixedTypeDomain_h
00029 
00030 #include "vtkSMDomain.h"
00031 
00032 class vtkSMSourceProxy;
00033 
00034 class VTK_EXPORT vtkSMFixedTypeDomain : public vtkSMDomain
00035 {
00036 public:
00037   static vtkSMFixedTypeDomain* New();
00038   vtkTypeRevisionMacro(vtkSMFixedTypeDomain, vtkSMDomain);
00039   void PrintSelf(ostream& os, vtkIndent indent);
00040 
00046   virtual int IsInDomain(vtkSMProperty* property);
00047 
00049 
00051   virtual int IsInDomain(vtkSMSourceProxy* oldProxy,
00052                          vtkSMSourceProxy* newProxy);
00054 
00055 protected:
00056   vtkSMFixedTypeDomain();
00057   ~vtkSMFixedTypeDomain();
00058 
00059   virtual void SaveState(const char* name, ostream* file, vtkIndent indent);
00060 
00061 private:
00062   vtkSMFixedTypeDomain(const vtkSMFixedTypeDomain&); // Not implemented
00063   void operator=(const vtkSMFixedTypeDomain&); // Not implemented
00064 };
00065 
00066 #endif

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