Section: Visualization Toolkit Widget Classes
To create an instance of class vtkLogoWidget, simply invoke its constructor as follows
obj = vtkLogoWidget
obj
is an instance of the vtkLogoWidget class.
string = obj.GetClassName ()
- Standar VTK class methods.
int = obj.IsA (string name)
- Standar VTK class methods.
vtkLogoWidget = obj.NewInstance ()
- Standar VTK class methods.
vtkLogoWidget = obj.SafeDownCast (vtkObject o)
- Standar VTK class methods.
obj.SetRepresentation (vtkLogoRepresentation r)
- Create the default widget representation if one is not set.
obj.CreateDefaultRepresentation ()
- Create the default widget representation if one is not set.