VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Figure::RTAddAnnotations ( )

Add annotations.

Usually, this is called from the render thread, it can however be useful in custom pipelines

Definition at line 745 of file vtkfigFigure.cxx.

746  {
748  annot->SetText(7,title.c_str());
749  annot->SetText(4,"");
750  annot->SetText(3,"[ ]");
752  }
void RTAddActor2D(vtkSmartPointer< vtkActor2D > prop)
Add vtk Actor to renderer showing figure.
vtkSmartPointer< vtkCornerAnnotation > annot
The following items are declared in the base class in order to allow easy coding of interaction...
Definition: vtkfigFigure.h:199
std::string title
Title of figure.
Definition: vtkfigFigure.h:262
void RTInitAnnotations()
Init annotations.

+ Here is the call graph for this function: