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

Servers/ServerManager/vtkSMArraySelectionInformationHelper.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMArraySelectionInformationHelper.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 __vtkSMArraySelectionInformationHelper_h
00027 #define __vtkSMArraySelectionInformationHelper_h
00028 
00029 #include "vtkSMInformationHelper.h"
00030 #include "vtkClientServerID.h" // needed for vtkClientServerID
00031 
00032 class vtkSMProperty;
00033 
00034 class VTK_EXPORT vtkSMArraySelectionInformationHelper : public vtkSMInformationHelper
00035 {
00036 public:
00037   static vtkSMArraySelectionInformationHelper* New();
00038   vtkTypeRevisionMacro(vtkSMArraySelectionInformationHelper, vtkSMInformationHelper);
00039   void PrintSelf(ostream& os, vtkIndent indent);
00040 
00041   //BTX
00043 
00048   virtual void UpdateProperty(
00049     int serverIds, vtkClientServerID objectId, vtkSMProperty* prop);
00050   //ETX
00052 
00053 protected:
00054   vtkSMArraySelectionInformationHelper();
00055   ~vtkSMArraySelectionInformationHelper();
00056 
00057   char* AttributeName;
00058 
00059   vtkSetStringMacro(AttributeName);
00060   vtkGetStringMacro(AttributeName);
00061 
00062   int ReadXMLAttributes(vtkSMProperty* prop, vtkPVXMLElement* element);
00063 
00064 private:
00065   vtkSMArraySelectionInformationHelper(const vtkSMArraySelectionInformationHelper&); // Not implemented
00066   void operator=(const vtkSMArraySelectionInformationHelper&); // Not implemented
00067 };
00068 
00069 #endif

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