Section: Visualization Toolkit Widget Classes
To create an instance of class vtkLogoRepresentation, simply invoke its constructor as follows
obj = vtkLogoRepresentation
obj is an instance of the vtkLogoRepresentation class.
string = obj.GetClassName () - Standard VTK class methods.
int = obj.IsA (string name) - Standard VTK class methods.
vtkLogoRepresentation = obj.NewInstance () - Standard VTK class methods.
vtkLogoRepresentation = obj.SafeDownCast (vtkObject o) - Standard VTK class methods.
obj.SetImage (vtkImageData img) - Specify/retrieve the image to display in the balloon.
vtkImageData = obj.GetImage () - Specify/retrieve the image to display in the balloon.
obj.SetImageProperty (vtkProperty2D p) - Set/get the image property (relevant only if an image is shown).
vtkProperty2D = obj.GetImageProperty () - Set/get the image property (relevant only if an image is shown).
obj.BuildRepresentation () - Satisfy the superclasses' API.
obj.GetActors2D (vtkPropCollection pc) - These methods are necessary to make this representation behave as
a vtkProp.
obj.ReleaseGraphicsResources (vtkWindow ) - These methods are necessary to make this representation behave as
a vtkProp.
int = obj.RenderOverlay (vtkViewport ) - These methods are necessary to make this representation behave as
a vtkProp.