63 #ifndef vtkApplyIcons_h
64 #define vtkApplyIcons_h
68 #include "vtkViewsInfovisModule.h"
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);
apply icons to a data set.
void SetIconType(vtkVariant v, int icon)
Edits the lookup table to use for point icons.
static vtkApplyIcons * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
Internals * Implementation
virtual void SetSelectionModeToAnnotationIcon()
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.
virtual void SetSelectionModeToIgnoreSelection()
char * IconOutputArrayName
~vtkApplyIcons() override
virtual void SetSelectionModeToSelectedIcon()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetIconType(double v, int icon)
virtual void SetSelectionModeToSelectedOffset()
void SetIconType(const char *v, int icon)
a simple class to control print indentation
A atomic type representing the union of many types.