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

Static constructor of an empty instance.

Examples:
examples/example-multifig.cxx, examples/example-rectcontour2d.cxx, examples/example-rectcontour3d.cxx, examples/example-rectquiver2d.cxx, examples/example-simplexcontour2d.cxx, examples/example-simplexcontour3d.cxx, and examples/example-simplexquiver2d.cxx.

Definition at line 40 of file vtkfigDataSet.h.

40 { return std::make_shared<DataSet>(); }

+ Here is the call graph for this function: