58 #ifndef __vtkDataRepresentation_h
59 #define __vtkDataRepresentation_h
90 {
return this->AnnotationLinkInternal; }
107 { this->
Select(view, selection,
false); }
122 { this->
Annotate(view, annotations,
false); }
129 vtkSetMacro(Selectable,
bool);
130 vtkGetMacro(Selectable,
bool);
131 vtkBooleanMacro(Selectable,
bool);
142 void UpdateSelection(
vtkSelection* selection,
bool extend);
194 vtkSetMacro(SelectionType,
int);
195 vtkGetMacro(SelectionType,
int);
206 virtual void SetSelectionArrayName(
const char*
name);
207 virtual const char* GetSelectionArrayName();
241 virtual void ProcessEvents(
vtkObject *caller,
unsigned long eventId,
void *callData);
262 friend class Command;
291 Internals* Implementation;