#include <vtkLogoWidget.h>
This class provides support for interactively displaying and manipulating a logo. Logos are defined by an image; this widget simply allows you to interactively place and resize the image logo. To use this widget, simply create a vtkLogoRepresentation (or subclass) and associate it with the vtkLogoWidget.
Definition at line 39 of file vtkLogoWidget.h.
typedef vtkBorderWidget | Superclass |
static int | IsTypeOf (const char *type) |
static vtkLogoWidget * | SafeDownCast (vtkObject *o) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Public Member Functions | |
void | CreateDefaultRepresentation () |
void | SetRepresentation (vtkLogoRepresentation *r) |
Static Public Member Functions | |
static vtkLogoWidget * | New () |
Protected Member Functions | |
vtkLogoWidget () | |
~vtkLogoWidget () |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
Definition at line 47 of file vtkLogoWidget.h.
vtkLogoWidget::vtkLogoWidget | ( | ) | [protected] |
vtkLogoWidget::~vtkLogoWidget | ( | ) | [protected] |
static vtkLogoWidget* vtkLogoWidget::New | ( | ) | [static] |
Instantiate this class.
Reimplemented from vtkBorderWidget.
virtual const char* vtkLogoWidget::GetClassName | ( | ) | [virtual] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
static int vtkLogoWidget::IsTypeOf | ( | const char * | type | ) | [static] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
virtual int vtkLogoWidget::IsA | ( | const char * | type | ) | [virtual] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
static vtkLogoWidget* vtkLogoWidget::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
void vtkLogoWidget::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
void vtkLogoWidget::SetRepresentation | ( | vtkLogoRepresentation * | r | ) | [inline] |
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
Definition at line 55 of file vtkLogoWidget.h.
void vtkLogoWidget::CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from vtkBorderWidget.