50#ifndef vtkTextWidget_h
51#define vtkTextWidget_h
57#include "vtkInteractionWidgetsModule.h"
a simple class to control print indentation
An actor that displays text.
represent text for vtkTextWidget
widget for placing text on overlay plane
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
~vtkTextWidget() override
vtkTextActor * GetTextActor()
Specify a vtkTextActor to manage.
static vtkTextWidget * New()
Instantiate class.
void SetTextActor(vtkTextActor *textActor)
Specify a vtkTextActor to manage.
vtkTypeBool GetProcessEvents() override
This allows us to set interactivity in the widget since this method can block vtkAbstractWidget::Proc...
void SetRepresentation(vtkTextRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.