63 #ifndef vtkApplyIcons_h 64 #define vtkApplyIcons_h 68 #include "vtkViewsInfovisModule.h" 85 void ClearAllIconTypes();
93 vtkSetMacro(UseLookupTable,
bool);
94 vtkGetMacro(UseLookupTable,
bool);
95 vtkBooleanMacro(UseLookupTable,
bool);
103 vtkSetMacro(DefaultIcon,
int);
104 vtkGetMacro(DefaultIcon,
int);
112 vtkSetMacro(SelectedIcon,
int);
113 vtkGetMacro(SelectedIcon,
int);
121 vtkSetStringMacro(IconOutputArrayName);
122 vtkGetStringMacro(IconOutputArrayName);
144 vtkSetMacro(SelectionMode,
int);
145 vtkGetMacro(SelectionMode,
int);
159 vtkSetMacro(AttributeType,
int);
160 vtkGetMacro(AttributeType,
int);
virtual void SetSelectionModeToSelectedIcon()
Changes the behavior of the icon to use for selected items.
void SetIconType(double v, int icon)
Edits the lookup table to use for point icons.
A atomic type representing the union of many types.
virtual void SetSelectionModeToIgnoreSelection()
Changes the behavior of the icon to use for selected items.
a simple class to control print indentation
void SetIconType(const char *v, int icon)
Edits the lookup table to use for point icons.
Internals * Implementation
virtual void SetSelectionModeToAnnotationIcon()
Changes the behavior of the icon to use for selected items.
virtual void SetSelectionModeToSelectedOffset()
Changes the behavior of the icon to use for selected items.
apply icons to a data set.
char * IconOutputArrayName