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
vtkBorderWidget::CreateDefaultRepresentation
virtual void CreateDefaultRepresentation()
vtkBorderWidget
place a border around a 2D rectangular region
Definition:
vtkBorderWidget.h:86
vtkLogoWidget
2D widget for placing and manipulating a logo
Definition:
vtkLogoWidget.h:39
vtkBorderWidget::New
static vtkBorderWidget * New()
vtkLogoWidget::SetRepresentation
void SetRepresentation(vtkLogoRepresentation *r)
Definition:
vtkLogoWidget.h:55
vtkBorderWidget.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkBorderWidget::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTK_WIDGETS_EXPORT
#define VTK_WIDGETS_EXPORT
Definition:
vtkWin32Header.h:282
vtkAbstractWidget::SetWidgetRepresentation
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
vtkLogoRepresentation
represent the vtkLogoWidget
Definition:
vtkLogoRepresentation.h:46
Generated on Sat Sep 13 2014 22:26:27 for VTK by
1.8.8