VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
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 "
vtkBorderWidget.h
"
35
36
class
vtkLogoRepresentation
;
37
38
39
class
VTK_WIDGETS_EXPORT
vtkLogoWidget
:
public
vtkBorderWidget
40
{
41
public
:
43
static
vtkLogoWidget
*
New
();
44
46
47
vtkTypeMacro(
vtkLogoWidget
,
vtkBorderWidget
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent);
50
52
55
void
SetRepresentation
(
vtkLogoRepresentation
*r)
56
{this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
58
60
void
CreateDefaultRepresentation
();
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
Generated on Sun Sep 9 2012 13:03:50 for VTK by
1.8.1.2