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