Ask a Question | Search PSRCHIVE: |
![]()
|
UnaryStatistic.h UnaryStatistic(const std::string &name, const std::string &description) Construct with a name and description. Definition UnaryStatistic.C:774 static UnaryStatistic * factory(const std::string &name) Create a new instance of UnaryStatistic based on name. Definition UnaryStatistic.C:846 virtual UnaryStatistic * clone() const =0 Derived types must also define clone method. static const std::vector< UnaryStatistic * > & children() Returns a list of available UnaryStatistic children. Definition UnaryStatistic.C:836 virtual double get(const std::vector< double > &)=0 Derived types define the value returned. Generated using doxygen 1.14.0
|