VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
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
vtkBorderWidget::CreateDefaultRepresentation
virtual void CreateDefaultRepresentation()
vtkBorderWidget
place a border around a 2D rectangular region
Definition:
vtkBorderWidget.h:87
vtkLogoWidget
2D widget for placing and manipulating a logo
Definition:
vtkLogoWidget.h:40
vtkBorderWidget::New
static vtkBorderWidget * New()
vtkgl::r
GLdouble GLdouble GLdouble r
Definition:
vtkgl.h:11610
vtkLogoWidget::SetRepresentation
void SetRepresentation(vtkLogoRepresentation *r)
Definition:
vtkLogoWidget.h:56
vtkBorderWidget.h
VTKINTERACTIONWIDGETS_EXPORT
#define VTKINTERACTIONWIDGETS_EXPORT
Definition:
vtkInteractionWidgetsModule.h:15
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkBorderWidget::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkAbstractWidget::SetWidgetRepresentation
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
vtkLogoRepresentation
represent the vtkLogoWidget
Definition:
vtkLogoRepresentation.h:47
vtkInteractionWidgetsModule.h
Generated on Sat Jan 3 2015 22:29:42 for VTK by
1.8.8