VTK
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkLogoRepresentation Class Reference

represent the vtkLogoWidget More...

#include <vtkLogoRepresentation.h>

Inheritance diagram for vtkLogoRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkLogoRepresentation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void BuildRepresentation ()
virtual void SetImage (vtkImageData *img)
virtual vtkImageDataGetImage ()
virtual void SetImageProperty (vtkProperty2D *p)
virtual vtkProperty2DGetImageProperty ()
virtual void GetActors2D (vtkPropCollection *pc)
virtual void ReleaseGraphicsResources (vtkWindow *)
virtual int RenderOverlay (vtkViewport *)

Static Public Member Functions

static vtkLogoRepresentationNew ()

Protected Member Functions

 vtkLogoRepresentation ()
 ~vtkLogoRepresentation ()
void AdjustImageSize (double o[2], double borderSize[2], double imageSize[2])

Protected Attributes

vtkImageDataImage
vtkProperty2DImageProperty
vtkTextureTexture
vtkPointsTexturePoints
vtkPolyDataTexturePolyData
vtkPolyDataMapper2DTextureMapper
vtkActor2DTextureActor
typedef vtkBorderRepresentation Superclass
static int IsTypeOf (const char *type)
static vtkLogoRepresentationSafeDownCast (vtkObjectBase *o)
virtual int IsA (const char *type)
vtkLogoRepresentationNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

represent the vtkLogoWidget

This class provides support for interactively positioning a logo. A logo is defined by an instance of vtkImage. The properties of the image, including transparency, can be set with an instance of vtkProperty2D. To position the logo, use the superclass's Position and Position2 coordinates.

See also:
vtkLogoWidget
Tests:
vtkLogoRepresentation (Tests)

Definition at line 47 of file vtkLogoRepresentation.h.


Member Typedef Documentation

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

Definition at line 55 of file vtkLogoRepresentation.h.


Constructor & Destructor Documentation


Member Function Documentation

Instantiate this class.

Reimplemented from vtkBorderRepresentation.

static int vtkLogoRepresentation::IsTypeOf ( const char *  type) [static]

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

virtual int vtkLogoRepresentation::IsA ( const char *  type) [virtual]

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

virtual vtkObjectBase* vtkLogoRepresentation::NewInstanceInternal ( ) const [protected, virtual]

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

void vtkLogoRepresentation::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

virtual void vtkLogoRepresentation::SetImage ( vtkImageData img) [virtual]

Specify/retrieve the image to display in the balloon.

Specify/retrieve the image to display in the balloon.

virtual void vtkLogoRepresentation::SetImageProperty ( vtkProperty2D p) [virtual]

Set/get the image property (relevant only if an image is shown).

Set/get the image property (relevant only if an image is shown).

virtual void vtkLogoRepresentation::BuildRepresentation ( ) [virtual]

Satisfy the superclasses' API.

Reimplemented from vtkBorderRepresentation.

virtual void vtkLogoRepresentation::GetActors2D ( vtkPropCollection pc) [virtual]

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.

void vtkLogoRepresentation::AdjustImageSize ( double  o[2],
double  borderSize[2],
double  imageSize[2] 
) [protected]

Member Data Documentation

Definition at line 87 of file vtkLogoRepresentation.h.

Definition at line 88 of file vtkLogoRepresentation.h.

Definition at line 91 of file vtkLogoRepresentation.h.

Definition at line 92 of file vtkLogoRepresentation.h.

Definition at line 93 of file vtkLogoRepresentation.h.

Definition at line 94 of file vtkLogoRepresentation.h.

Definition at line 95 of file vtkLogoRepresentation.h.


The documentation for this class was generated from the following file: