VTK
9.4.20250311
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Interaction
Widgets
vtkLogoWidget.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
39
#ifndef vtkLogoWidget_h
40
#define vtkLogoWidget_h
41
42
#include "
vtkBorderWidget.h
"
43
#include "vtkInteractionWidgetsModule.h"
// For export macro
44
45
VTK_ABI_NAMESPACE_BEGIN
46
class
vtkLogoRepresentation
;
47
48
class
VTKINTERACTIONWIDGETS_EXPORT
vtkLogoWidget
:
public
vtkBorderWidget
49
{
50
public
:
54
static
vtkLogoWidget
*
New
();
55
57
60
vtkTypeMacro(
vtkLogoWidget
,
vtkBorderWidget
);
61
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
63
69
void
SetRepresentation
(
vtkLogoRepresentation
* r)
70
{
71
this->
Superclass::SetWidgetRepresentation
(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));
72
}
73
77
void
CreateDefaultRepresentation
()
override
;
78
79
protected
:
80
vtkLogoWidget
();
81
~vtkLogoWidget
()
override
;
82
83
private
:
84
vtkLogoWidget
(
const
vtkLogoWidget
&) =
delete
;
85
void
operator=(
const
vtkLogoWidget
&) =
delete
;
86
};
87
88
VTK_ABI_NAMESPACE_END
89
#endif
vtkAbstractWidget::SetWidgetRepresentation
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
vtkBorderWidget
place a border around a 2D rectangular region
Definition
vtkBorderWidget.h:137
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkLogoRepresentation
represent the vtkLogoWidget
Definition
vtkLogoRepresentation.h:56
vtkLogoWidget
2D widget for placing and manipulating a logo
Definition
vtkLogoWidget.h:49
vtkLogoWidget::New
static vtkLogoWidget * New()
Instantiate this class.
vtkLogoWidget::CreateDefaultRepresentation
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.
vtkLogoWidget::SetRepresentation
void SetRepresentation(vtkLogoRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
Definition
vtkLogoWidget.h:69
vtkLogoWidget::~vtkLogoWidget
~vtkLogoWidget() override
vtkLogoWidget::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK class methods.
vtkLogoWidget::vtkLogoWidget
vtkLogoWidget()
vtkWidgetRepresentation
abstract class defines interface between the widget and widget representation classes
Definition
vtkWidgetRepresentation.h:68
vtkBorderWidget.h
Generated on Tue Mar 11 2025 09:34:45 for VTK by
1.9.7