42 #ifndef __vtkProp3DButtonRepresentation_h
43 #define __vtkProp3DButtonRepresentation_h
45 #include "vtkInteractionWidgetsModule.h"
50 class vtkProp3DFollower;
62 void PrintSelf(ostream& os, vtkIndent indent);
68 void SetButtonProp(
int i, vtkProp3D *prop);
69 vtkProp3D *GetButtonProp(
int i);
75 vtkSetMacro(FollowCamera,
int);
76 vtkGetMacro(FollowCamera,
int);
77 vtkBooleanMacro(FollowCamera,
int);
98 virtual void GetActors(vtkPropCollection *pc);