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

GUI/Widgets/vtkKWVolumePropertyPresetSelector.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWVolumePropertyPresetSelector.h,v $
00004 
00005   Copyright (c) Kitware, Inc.
00006   All rights reserved.
00007   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00008 
00009      This software is distributed WITHOUT ANY WARRANTY; without even
00010      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00011      PURPOSE.  See the above copyright notice for more information.
00012 
00013 =========================================================================*/
00027 #ifndef __vtkKWVolumePropertyPresetSelector_h
00028 #define __vtkKWVolumePropertyPresetSelector_h
00029 
00030 #include "vtkKWPresetSelector.h"
00031 
00032 class vtkVolumeProperty;
00033 
00034 class KWWIDGETS_EXPORT vtkKWVolumePropertyPresetSelector : public vtkKWPresetSelector
00035 {
00036 public:
00037   static vtkKWVolumePropertyPresetSelector* New();
00038   vtkTypeRevisionMacro(vtkKWVolumePropertyPresetSelector, vtkKWPresetSelector);
00039   void PrintSelf(ostream& os, vtkIndent indent);
00040 
00042 
00046   virtual int SetPresetVolumeProperty(int id, vtkVolumeProperty *prop);
00047   virtual vtkVolumeProperty* GetPresetVolumeProperty(int id);
00049 
00050 protected:
00051   vtkKWVolumePropertyPresetSelector() {};
00052   ~vtkKWVolumePropertyPresetSelector();
00053 
00057   virtual void DeAllocatePreset(int id);
00058 
00059 private:
00060 
00061   vtkKWVolumePropertyPresetSelector(const vtkKWVolumePropertyPresetSelector&); // Not implemented
00062   void operator=(const vtkKWVolumePropertyPresetSelector&); // Not implemented
00063 };
00064 
00065 #endif

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