Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkIconGlyphFilter, simply invoke its constructor as follows
obj = vtkIconGlyphFilter
obj
is an instance of the vtkIconGlyphFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkIconGlyphFilter = obj.NewInstance ()
vtkIconGlyphFilter = obj.SafeDownCast (vtkObject o)
obj.SetIconSize (int , int )
- Specify the Width and Height, in pixels, of an icon in the icon sheet
obj.SetIconSize (int a[2])
- Specify the Width and Height, in pixels, of an icon in the icon sheet
int = obj. GetIconSize ()
- Specify the Width and Height, in pixels, of an icon in the icon sheet
obj.SetIconSheetSize (int , int )
- Specify the Width and Height, in pixels, of an icon in the icon sheet
obj.SetIconSheetSize (int a[2])
- Specify the Width and Height, in pixels, of an icon in the icon sheet
int = obj. GetIconSheetSize ()
- Specify the Width and Height, in pixels, of an icon in the icon sheet
obj.SetUseIconSize (bool b)
- Specify whether the Quad generated to place the icon on will be either
1 x 1 or the dimensions specified by IconSize.
bool = obj.GetUseIconSize ()
- Specify whether the Quad generated to place the icon on will be either
1 x 1 or the dimensions specified by IconSize.
obj.UseIconSizeOn ()
- Specify whether the Quad generated to place the icon on will be either
1 x 1 or the dimensions specified by IconSize.
obj.UseIconSizeOff ()
- Specify whether the Quad generated to place the icon on will be either
1 x 1 or the dimensions specified by IconSize.
obj.SetGravity (int )
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
int = obj.GetGravity ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToTopRight ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToTopCenter ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToTopLeft ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToCenterRight ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToCenterCenter ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToCenterLeft ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToBottomRight ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToBottomCenter ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.
obj.SetGravityToBottomLeft ()
- Specify if the input points define the center of the icon quad or one of
top right corner, top center, top left corner, center right, center, center
center left, bottom right corner, bottom center or bottom left corner.