51 #ifndef __vtkLabeledDataMapper_h
52 #define __vtkLabeledDataMapper_h
62 #define VTK_LABEL_IDS 0
63 #define VTK_LABEL_SCALARS 1
64 #define VTK_LABEL_VECTORS 2
65 #define VTK_LABEL_NORMALS 3
66 #define VTK_LABEL_TCOORDS 4
67 #define VTK_LABEL_TENSORS 5
68 #define VTK_LABEL_FIELD_DATA 6
89 vtkSetStringMacro(LabelFormat);
90 vtkGetStringMacro(LabelFormat);
99 vtkSetMacro(LabeledComponent,
int);
100 vtkGetMacro(LabeledComponent,
int);
107 void SetFieldDataArray(
int arrayIndex);
108 vtkGetMacro(FieldDataArray,
int);
115 void SetFieldDataName(
const char *arrayName);
116 vtkGetStringMacro(FieldDataName);
132 vtkSetMacro(LabelMode,
int);
133 vtkGetMacro(LabelMode,
int);
140 void SetLabelModeToLabelFieldData()
184 vtkGetMacro(CoordinateSystem,
int);
185 vtkSetClampMacro(CoordinateSystem,
int,WORLD,DISPLAY);
216 void AllocateLabels(
int numLabels);