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

Add figure at position (0)

Definition at line 98 of file vtkfigFrame.h.

98 {AddFigure(figure.get(),0);}
void AddFigure(Figure *figure)
Add figure at position (0)
Definition: vtkfigFrame.h:88

+ Here is the call graph for this function: