VTK
dox
opt
build
vtk6-6.3.0+dfsg2
Interaction
Widgets
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
37
class
vtkLogoRepresentation
;
38
39
40
class
VTKINTERACTIONWIDGETS_EXPORT
vtkLogoWidget
:
public
vtkBorderWidget
41
{
42
public
:
44
static
vtkLogoWidget
*
New
();
45
47
48
vtkTypeMacro
(
vtkLogoWidget
,
vtkBorderWidget
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent);
51
53
56
void
SetRepresentation
(
vtkLogoRepresentation
*
r
)
57
{this->
Superclass::SetWidgetRepresentation
(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(
r
));}
59
61
void
CreateDefaultRepresentation
();
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
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)
Generated by
1.8.20