|
VTK
|
2D widget for placing and manipulating a logo More...
#include <vtkLogoWidget.h>


Public Member Functions | |
| void | CreateDefaultRepresentation () |
| void | SetRepresentation (vtkLogoRepresentation *r) |
Static Public Member Functions | |
| static vtkLogoWidget * | New () |
Protected Member Functions | |
| vtkLogoWidget () | |
| ~vtkLogoWidget () | |
| typedef vtkBorderWidget | Superclass |
| static int | IsTypeOf (const char *type) |
| static vtkLogoWidget * | SafeDownCast (vtkObjectBase *o) |
| virtual int | IsA (const char *type) |
| vtkLogoWidget * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkObjectBase * | NewInstanceInternal () const |
2D widget for placing and manipulating a logo
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 40 of file vtkLogoWidget.h.
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
Definition at line 48 of file vtkLogoWidget.h.
| vtkLogoWidget::vtkLogoWidget | ( | ) | [protected] |
| vtkLogoWidget::~vtkLogoWidget | ( | ) | [protected] |
| static vtkLogoWidget* vtkLogoWidget::New | ( | ) | [static] |
Instantiate this class.
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 | ( | vtkObjectBase * | o | ) | [static] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
| virtual vtkObjectBase* vtkLogoWidget::NewInstanceInternal | ( | ) | const [protected, virtual] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
| vtkLogoWidget* vtkLogoWidget::NewInstance | ( | ) | const |
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 56 of file vtkLogoWidget.h.
| void vtkLogoWidget::CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from vtkBorderWidget.
1.8.0