VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
Generated on Thu May 24 2012 22:22:27 for VTK by
1.8.1