63 #ifndef vtkApplyIcons_h
64 #define vtkApplyIcons_h
66 #include "vtkViewsInfovisModule.h"
87 void ClearAllIconTypes();
95 vtkSetMacro(UseLookupTable,
bool);
96 vtkGetMacro(UseLookupTable,
bool);
97 vtkBooleanMacro(UseLookupTable,
bool);
105 vtkSetMacro(DefaultIcon,
int);
106 vtkGetMacro(DefaultIcon,
int);
114 vtkSetMacro(SelectedIcon,
int);
115 vtkGetMacro(SelectedIcon,
int);
123 vtkSetStringMacro(IconOutputArrayName);
124 vtkGetStringMacro(IconOutputArrayName);
146 vtkSetMacro(SelectionMode,
int);
147 vtkGetMacro(SelectionMode,
int);
149 { this->SetSelectionMode(SELECTED_ICON); }
151 { this->SetSelectionMode(SELECTED_OFFSET); }
153 { this->SetSelectionMode(ANNOTATION_ICON); }
155 { this->SetSelectionMode(IGNORE_SELECTION); }
165 vtkSetMacro(AttributeType,
int);
166 vtkGetMacro(AttributeType,
int);