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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
Internals * Implementation
virtual void SetSelectionModeToAnnotationIcon()
Changes the behavior of the icon to use for selected items.
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.
virtual void SetSelectionModeToIgnoreSelection()
Changes the behavior of the icon to use for selected items.
char * IconOutputArrayName
~vtkApplyIcons() override
void ClearAllIconTypes()
Edits the lookup table to use for point icons.
virtual void SetSelectionModeToSelectedIcon()
Changes the behavior of the icon to use for selected items.
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)
Edits the lookup table to use for point icons.
virtual void SetSelectionModeToSelectedOffset()
Changes the behavior of the icon to use for selected items.
static vtkApplyIcons * New()
void SetIconType(const char *v, int icon)
Edits the lookup table to use for point icons.
a simple class to control print indentation
A atomic type representing the union of many types.