VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::RemoveFigure ( std::shared_ptr< Figure figure)
inline

Remove figure.

Definition at line 139 of file vtkfigFrame.h.

139 {RemoveFigure(figure.get());}
void RemoveFigure(Figure *figure)
Remove figure.
Definition: vtkfigFrame.cxx:82

+ Here is the call graph for this function: