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

Add figure at position in frame.

Parameters
figureFigure to be added
iposNumber of position in frame grid

Definition at line 123 of file vtkfigFrame.h.

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

+ Here is the call graph for this function: