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

Servers/ServerManager/vtkSMBooleanDomain.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMBooleanDomain.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 =========================================================================*/
00026 #ifndef __vtkSMBooleanDomain_h
00027 #define __vtkSMBooleanDomain_h
00028 
00029 #include "vtkSMDomain.h"
00030 
00031 class VTK_EXPORT vtkSMBooleanDomain : public vtkSMDomain
00032 {
00033 public:
00034   static vtkSMBooleanDomain* New();
00035   vtkTypeRevisionMacro(vtkSMBooleanDomain, vtkSMDomain);
00036   void PrintSelf(ostream& os, vtkIndent indent);
00037 
00040   virtual int IsInDomain(vtkSMProperty* property);
00041 
00043 
00044   virtual void SetAnimationValue(vtkSMProperty *property, int idx,
00045                                  double value);
00047 
00048 protected:
00049   vtkSMBooleanDomain();
00050   ~vtkSMBooleanDomain();
00051 
00052 private:
00053   vtkSMBooleanDomain(const vtkSMBooleanDomain&); // Not implemented
00054   void operator=(const vtkSMBooleanDomain&); // Not implemented
00055 };
00056 
00057 #endif

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