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

Show figure is active [x].

Definition at line 755 of file vtkfigFigure.cxx.

756  {
758  annot->SetText(3,"[X]");
759  annot->Modified();
760  }
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: