A Representation to manipulate an interactive view link widget.
More...
#include <vtkPVInteractiveViewLinkRepresentation.h>
Inherits vtkLogoRepresentation.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | WidgetInteraction (double eventPos[2]) |
| Considering an eventPosition and current interaction state, this method will adjust internal position and shape so the widget behave correctly, ie: resizable, movable, but not going over the edges of the render window. More...
|
|
A Representation to manipulate an interactive view link widget.
This Representation creates and manages a custom vtkLogoRepresentation which is precented to go over the edge of the viewport
Definition at line 31 of file vtkPVInteractiveViewLinkRepresentation.h.
§ Superclass
§ vtkPVInteractiveViewLinkRepresentation()
vtkPVInteractiveViewLinkRepresentation::vtkPVInteractiveViewLinkRepresentation |
( |
| ) |
|
|
protected |
§ ~vtkPVInteractiveViewLinkRepresentation()
vtkPVInteractiveViewLinkRepresentation::~vtkPVInteractiveViewLinkRepresentation |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkPVInteractiveViewLinkRepresentation::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVInteractiveViewLinkRepresentation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVInteractiveViewLinkRepresentation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVInteractiveViewLinkRepresentation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ WidgetInteraction()
virtual void vtkPVInteractiveViewLinkRepresentation::WidgetInteraction |
( |
double |
eventPos[2] | ) |
|
|
virtual |
Considering an eventPosition and current interaction state, this method will adjust internal position and shape so the widget behave correctly, ie: resizable, movable, but not going over the edges of the render window.
§ AdjustImageSize()
virtual void vtkPVInteractiveViewLinkRepresentation::AdjustImageSize |
( |
double |
o[2], |
|
|
double |
borderSize[2], |
|
|
double |
imageSize[2] |
|
) |
| |
|
protectedvirtual |
Redefining method to avoid adjustment of image.
The documentation for this class was generated from the following file: