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 
57  {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
59 
62 
63 protected:
64  vtkLogoWidget();
65  ~vtkLogoWidget();
66 
67 private:
68  vtkLogoWidget(const vtkLogoWidget&); //Not implemented
69  void operator=(const vtkLogoWidget&); //Not implemented
70 };
71 
72 #endif
virtual void CreateDefaultRepresentation()
place a border around a 2D rectangular region
2D widget for placing and manipulating a logo
Definition: vtkLogoWidget.h:40
static vtkBorderWidget * New()
void SetRepresentation(vtkLogoRepresentation *r)
Definition: vtkLogoWidget.h:56
#define VTKINTERACTIONWIDGETS_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
void PrintSelf(ostream &os, vtkIndent indent)
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
represent the vtkLogoWidget