VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Figure::RTMessage ( std::string  msg)

Show string in message field.

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

Definition at line 770 of file vtkfigFigure.cxx.

771  {
773  annot->SetText(4,msg.c_str());
774  annot->Modified();
775  }
vtkSmartPointer< vtkCornerAnnotation > annot
The following items are declared in the base class in order to allow easy coding of interaction...
Definition: vtkfigFigure.h:199
void RTInitAnnotations()
Init annotations.

+ Here is the call graph for this function: