Go to the documentation of this file.
62 #ifndef vtkApplyIcons_h
63 #define vtkApplyIcons_h
137 { this->SetSelectionMode(SELECTED_ICON); }
139 { this->SetSelectionMode(SELECTED_OFFSET); }
141 { this->SetSelectionMode(ANNOTATION_ICON); }
143 { this->SetSelectionMode(IGNORE_SELECTION); }
void PrintSelf(ostream &os, vtkIndent indent)
static vtkApplyIcons * New()
#define VTKVIEWSINFOVIS_EXPORT
#define vtkTypeMacro(thisClass, superclass)
void SetIconType(vtkVariant v, int icon)
virtual void SetSelectionModeToAnnotationIcon()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
char * IconOutputArrayName
virtual void SetSelectionModeToSelectedIcon()
void SetIconType(const char *v, int icon)
a simple class to control print indentation
#define vtkSetStringMacro(name)
int FillInputPortInformation(int port, vtkInformation *info)
A atomic type representing the union of many types.
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetIconType(double v, int icon)
virtual void SetSelectionModeToSelectedOffset()
Internals * Implementation
virtual void SetSelectionModeToIgnoreSelection()
apply icons to a data set.