PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
PlotFactory.h PlotFactory() Default constructor loads up all of the plot types. Definition PlotFactory.C:51 Definition Plot.h:90 unsigned get_nplot() Return the number of plots. Definition PlotFactory.h:36 PlotFactory() Default constructor loads up all of the plot types. Definition PlotFactory.C:51 Plot * construct(std::string name) Return a new instance of the named plot. Definition PlotFactory.C:175 std::string help() Return a descriptive list of the available plots. Definition PlotFactory.C:202 std::string get_name(unsigned i) Return the name of the ith plot. Definition PlotFactory.C:191 std::string get_description(unsigned i) Return the name of the ith plot. Definition PlotFactory.C:197 virtual Plot * construct()=0 Return a new default constructed instance of a derived type. Generated using doxygen 1.14.0
|