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

Show figure is inactive [ ].

Definition at line 763 of file vtkfigFigure.cxx.

764  {
766  annot->SetText(3,"[ ]");
767  annot->Modified();
768  }
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: