ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVInteractiveViewLinkRepresentation Class Reference

A Representation to manipulate an interactive view link widget. More...

#include <vtkPVInteractiveViewLinkRepresentation.h>

Inherits vtkLogoRepresentation.

Public Types

typedef vtkLogoRepresentation Superclass
 

Public Member Functions

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...
 

Static Public Member Functions

static vtkPVInteractiveViewLinkRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVInteractiveViewLinkRepresentationSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVInteractiveViewLinkRepresentation ()
 
 ~vtkPVInteractiveViewLinkRepresentation ()
 
virtual void AdjustImageSize (double o[2], double borderSize[2], double imageSize[2])
 Redefining method to avoid adjustment of image. More...
 

Detailed Description

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.

Member Typedef Documentation

§ Superclass

Definition at line 36 of file vtkPVInteractiveViewLinkRepresentation.h.

Constructor & Destructor Documentation

§ vtkPVInteractiveViewLinkRepresentation()

vtkPVInteractiveViewLinkRepresentation::vtkPVInteractiveViewLinkRepresentation ( )
protected

§ ~vtkPVInteractiveViewLinkRepresentation()

vtkPVInteractiveViewLinkRepresentation::~vtkPVInteractiveViewLinkRepresentation ( )
protected

Member Function Documentation

§ New()

static vtkPVInteractiveViewLinkRepresentation* vtkPVInteractiveViewLinkRepresentation::New ( )
static

§ 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()

static vtkPVInteractiveViewLinkRepresentation* vtkPVInteractiveViewLinkRepresentation::SafeDownCast ( vtkObject *  o)
static

§ 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: