|
void | CreateDefaultRepresentation (vtkMRMLMarkupsDisplayNode *markupsDisplayNode, vtkMRMLAbstractViewNode *viewNode, vtkRenderer *renderer) override |
| Create the default widget representation and initializes the widget and representation.
|
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
| vtkSlicerMarkupsWidgetCreateInstanceMacro (vtkSlicerAngleWidget) |
| Create instance of the markups widget.
|
|
virtual int | AddNodeOnWidget (const int displayPos[2]) |
|
virtual int | AddPointFromWorldCoordinate (const double worldCoordinates[3]) |
| Add a point to the current active Markup at input World coordinates.
|
|
bool | CanProcessInteractionEvent (vtkMRMLInteractionEventData *eventData, double &distance2) override |
| Return true if the widget can process the event.
|
|
virtual vtkSlicerMarkupsWidget * | CreateInstance () const =0 |
| Create instance of the markups widget.
|
|
int | GetActiveComponentIndex () |
|
int | GetActiveComponentType () |
|
int | GetActiveControlPoint () |
|
bool | GetInteractive () override |
|
vtkMRMLMarkupsDisplayNode * | GetMarkupsDisplayNode () |
|
vtkMRMLMarkupsNode * | GetMarkupsNode () |
|
vtkSlicerMarkupsWidgetRepresentation * | GetMarkupsRepresentation () |
|
int | GetMouseCursor () override |
|
bool | IsPointPreviewed () |
|
void | Leave (vtkMRMLInteractionEventData *eventData) override |
| Called when the the widget loses the focus.
|
|
virtual bool | PlacePoint (vtkMRMLInteractionEventData *eventData) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
bool | ProcessInteractionEvent (vtkMRMLInteractionEventData *eventData) override |
| Process interaction event.
|
|
bool | RemovePreviewPoint () |
|
vtkMRMLSelectionNode * | selectionNode () |
|
void | UpdatePreviewPoint (vtkMRMLInteractionEventData *eventData, const char *associatedNodeID, int positionStatus) |
| Add/update a point preview to the current active Markup at the specified position.
|
|
void | UpdatePreviewPointIndex (vtkMRMLInteractionEventData *eventData) |
| Update a the current index of the point preview being previewed.
|
|
virtual vtkWidgetEventTranslator * | GetEventTranslator (int widgetState) |
|
virtual bool | GetGrabFocus () |
|
vtkMRMLInteractionNode * | GetInteractionNode () |
|
vtkMRMLApplicationLogic * | GetMRMLApplicationLogic () |
|
virtual bool | GetNeedToRender () |
|
virtual int | GetNumberOfEventTranslators () |
|
vtkRenderer * | GetRenderer () |
|
virtual vtkMRMLAbstractWidgetRepresentation * | GetRepresentation () |
| Get the representation.
|
|
virtual int | GetWidgetState () |
| Convenient method to determine the state of the method.
|
|
virtual void | NeedToRenderOff () |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | SetEventTranslation (int widgetState, unsigned long interactionEvent, int modifiers, unsigned long widgetEvent) |
|
void | SetEventTranslation (unsigned long interactionEvent, int modifiers, unsigned long widgetEvent) |
|
void | SetEventTranslationClickAndDrag (int widgetState, unsigned long startInteractionEvent, int modifiers, int widgetStateDragging, unsigned long widgetStartEvent, unsigned long widgetEndEvent) |
|
void | SetKeyboardEventTranslation (int modifier, char keyCode, int repeatCount, const char *keySym, unsigned long widgetEvent) |
|
void | SetKeyboardEventTranslation (int widgetState, int modifier, char keyCode, int repeatCount, const char *keySym, unsigned long widgetEvent) |
|
virtual void | SetMRMLApplicationLogic (vtkMRMLApplicationLogic *applicationLogic) |
|
void | SetRenderer (vtkRenderer *renderer) |
|
virtual void | SetRepresentation (vtkMRMLAbstractWidgetRepresentation *r) |
|
virtual void | SetWidgetState (int) |
| Convenient method to change what state the widget is in.
|
|
virtual unsigned long | TranslateInteractionEventToWidgetEvent (vtkMRMLInteractionEventData *eventData) |
| Get widget event from translation event.
|
|
virtual void | UpdateFromMRML (vtkMRMLNode *caller, unsigned long event, void *callData=nullptr) |
| Build the actors of the representation with the info stored in the MRML scene.
|
|