32 #ifndef __vtkGraphMapper_h
33 #define __vtkGraphMapper_h
70 void SetVertexColorArrayName(
const char*
name);
71 const char* GetVertexColorArrayName();
76 void SetColorVertices(
bool vis);
77 bool GetColorVertices();
78 void ColorVerticesOn();
79 void ColorVerticesOff();
87 void SetScaledGlyphs(
bool arg);
88 vtkGetMacro(ScaledGlyphs,
bool);
89 vtkBooleanMacro(ScaledGlyphs,
bool);
94 vtkSetStringMacro(ScalingArrayName);
95 vtkGetStringMacro(ScalingArrayName);
100 void SetEdgeVisibility(
bool vis);
101 bool GetEdgeVisibility();
102 vtkBooleanMacro(EdgeVisibility,
bool);
107 void SetEdgeColorArrayName(
const char*
name);
108 const char* GetEdgeColorArrayName();
113 void SetColorEdges(
bool vis);
114 bool GetColorEdges();
116 void ColorEdgesOff();
121 vtkSetStringMacro(EnabledEdgesArrayName);
122 vtkGetStringMacro(EnabledEdgesArrayName);
127 vtkSetMacro(EnableEdgesByArray,
int);
128 vtkGetMacro(EnableEdgesByArray,
int);
129 vtkBooleanMacro(EnableEdgesByArray,
int);
134 vtkSetStringMacro(EnabledVerticesArrayName);
135 vtkGetStringMacro(EnabledVerticesArrayName);
141 vtkSetMacro(EnableVerticesByArray,
int);
142 vtkGetMacro(EnableVerticesByArray,
int);
143 vtkBooleanMacro(EnableVerticesByArray,
int);
148 void SetIconArrayName(
const char*
name);
149 const char* GetIconArrayName();
158 void ClearIconTypes();
163 void SetIconSize(
int *
size);
169 void SetIconAlignment(
int alignment);
179 void SetIconVisibility(
bool vis);
180 bool GetIconVisibility();
181 vtkBooleanMacro(IconVisibility,
bool);
186 vtkGetMacro(VertexPointSize,
float);
187 void SetVertexPointSize(
float size);
192 vtkGetMacro(EdgeLineWidth,
float);
193 void SetEdgeLineWidth(
float width);
218 { Superclass::GetBounds(bounds); }
233 vtkGetStringMacro(VertexColorArrayNameInternal);
234 vtkSetStringMacro(VertexColorArrayNameInternal);
235 vtkGetStringMacro(EdgeColorArrayNameInternal);
236 vtkSetStringMacro(EdgeColorArrayNameInternal);
246 vtkGetStringMacro(IconArrayNameInternal);
247 vtkSetStringMacro(IconArrayNameInternal);
287 float VertexPointSize;
290 char* ScalingArrayName;