VTKFIG  0.20.20181114
Easy VTK based in situ visualization
static std::shared_ptr<Figure> vtkfig::Figure::New ( )
inlinestatic

Construct smartpointer to empty figure.

Examples:
examples/example-custom.cxx, and examples/example-custom1.cxx.

Definition at line 61 of file vtkfigFigure.h.

61 { return std::make_shared<Figure>(); }