VTK
vtkLogoWidget.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkLogoWidget.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
31 #ifndef vtkLogoWidget_h
32 #define vtkLogoWidget_h
33 
34 #include "vtkInteractionWidgetsModule.h" // For export macro
35 #include "vtkBorderWidget.h"
36 
38 
39 
41 {
42 public:
44  static vtkLogoWidget *New();
45 
47 
49  void PrintSelf(ostream& os, vtkIndent indent);
51 
53 
59 
62 
63 protected:
66 
67 private:
68  vtkLogoWidget(const vtkLogoWidget&); //Not implemented
69  void operator=(const vtkLogoWidget&); //Not implemented
70 };
71 
72 #endif
vtkLogoWidget::SetRepresentation
void SetRepresentation(vtkLogoRepresentation *r)
Definition: vtkLogoWidget.h:56
vtkLogoRepresentation
represent the vtkLogoWidget
Definition: vtkLogoRepresentation.h:48
vtkBorderWidget
place a border around a 2D rectangular region
Definition: vtkBorderWidget.h:88
vtkLogoWidget::New
static vtkLogoWidget * New()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkWidgetRepresentation
abstract class defines interface between the widget and widget representation classes
Definition: vtkWidgetRepresentation.h:54
vtkLogoWidget::CreateDefaultRepresentation
void CreateDefaultRepresentation()
vtkInteractionWidgetsModule.h
vtkBorderWidget.h
vtkLogoWidget
2D widget for placing and manipulating a logo
Definition: vtkLogoWidget.h:41
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkLogoWidget::vtkLogoWidget
vtkLogoWidget()
vtkgl::r
GLdouble GLdouble GLdouble r
Definition: vtkgl.h:11610
VTKINTERACTIONWIDGETS_EXPORT
#define VTKINTERACTIONWIDGETS_EXPORT
Definition: vtkInteractionWidgetsModule.h:15
vtkLogoWidget::~vtkLogoWidget
~vtkLogoWidget()
vtkLogoWidget::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkAbstractWidget::SetWidgetRepresentation
void SetWidgetRepresentation(vtkWidgetRepresentation *r)