55 #ifndef __vtkDataRepresentation_h
56 #define __vtkDataRepresentation_h
58 #include "vtkViewsCoreModule.h"
82 {
return this->Superclass::GetInputConnection(
port,
index); }
89 {
return this->AnnotationLinkInternal; }
106 { this->
Select(view, selection,
false); }
121 { this->
Annotate(view, annotations,
false); }
128 vtkSetMacro(Selectable,
bool);
129 vtkGetMacro(Selectable,
bool);
130 vtkBooleanMacro(Selectable,
bool);
141 void UpdateSelection(
vtkSelection* selection,
bool extend);
193 vtkSetMacro(SelectionType,
int);
194 vtkGetMacro(SelectionType,
int);
205 virtual void SetSelectionArrayName(
const char*
name);
206 virtual const char* GetSelectionArrayName();
240 virtual void ProcessEvents(
vtkObject *caller,
unsigned long eventId,
void *callData);
261 friend class Command;
293 Internals* Implementation;