00001 //============================================================================= 00002 // This file is part of VTKEdge. See vtkedge.org for more information. 00003 // 00004 // Copyright (c) 2010 Kitware, Inc. 00005 // 00006 // VTKEdge may be used under the terms of the BSD License 00007 // Please see the file Copyright.txt in the root directory of 00008 // VTKEdge for further information. 00009 // 00010 // Alternatively, you may see: 00011 // 00012 // http://www.vtkedge.org/vtkedge/project/license.html 00013 // 00014 // 00015 // For custom extensions, consulting services, or training for 00016 // this or any other Kitware supported open source project, please 00017 // contact Kitware at sales@kitware.com. 00018 // 00019 // 00020 //============================================================================= 00046 #ifndef __vtkKWELightPaintbrushWidgetCallbackMapper_h 00047 #define __vtkKWELightPaintbrushWidgetCallbackMapper_h 00048 00049 #include "VTKEdgeConfigure.h" // needed for export symbols directives 00050 #include "vtkKWEPaintbrushWidgetCallbackMapper.h" 00051 00052 class VTKEdge_WIDGETS_EXPORT vtkKWELightPaintbrushWidgetCallbackMapper : public vtkKWEPaintbrushWidgetCallbackMapper 00053 { 00054 public: 00056 static vtkKWELightPaintbrushWidgetCallbackMapper *New(); 00057 00059 00060 vtkTypeMacro(vtkKWELightPaintbrushWidgetCallbackMapper,vtkKWEPaintbrushWidgetCallbackMapper); 00061 void PrintSelf(ostream& os, vtkIndent indent); 00063 00065 virtual void Bindings(); 00066 00067 protected: 00068 vtkKWELightPaintbrushWidgetCallbackMapper() {}; 00069 ~vtkKWELightPaintbrushWidgetCallbackMapper() {}; 00070 00071 private: 00072 vtkKWELightPaintbrushWidgetCallbackMapper(const vtkKWELightPaintbrushWidgetCallbackMapper&); //Not implemented 00073 void operator=(const vtkKWELightPaintbrushWidgetCallbackMapper&); //Not implemented 00074 00075 }; 00076 00077 00078 #endif /* __vtkKWELightPaintbrushWidgetCallbackMapper_h */ 00079 00080
1.7.1