VPTissue Reference Manual
|
An interface class for a parameter sweep. More...
#include <ISweep.h>
Public Member Functions | |
virtual ISweep * | Clone () const =0 |
Polymorphic copy constructor. | |
virtual unsigned int | GetNumberOfValues () const =0 |
Returns the number of values in the sweep. | |
virtual std::string | GetValue (unsigned int index) const =0 |
Returns the value on the given index. | |
virtual boost::property_tree::ptree | ToPtree () const =0 |
Convert the given ptree to a sweep. | |