43 #ifndef __vtkCaptionWidget_h
44 #define __vtkCaptionWidget_h
46 #include "vtkInteractionWidgetsModule.h"
50 class vtkCaptionActor2D;
53 class vtkCaptionAnchorCallback;
65 void PrintSelf(ostream& os, vtkIndent indent);
85 void SetCaptionActor2D(vtkCaptionActor2D *capActor);
86 vtkCaptionActor2D *GetCaptionActor2D();
103 void StartAnchorInteraction();
104 void AnchorInteraction();
105 void EndAnchorInteraction();
108 friend class vtkCaptionAnchorCallback;
represent the position of a point in 3D space
represents vtkCaptionWidget in the scene