Ask a Question | Search PSRCHIVE: |
![]()
|
BinaryStatistic.h virtual double get(const std::vector< double > &data1, const std::vector< double > &data2)=0 Derived types define the value returned. virtual BinaryStatistic * clone() const =0 Derived types must also define clone method. static const std::vector< BinaryStatistic * > & children() Returns a list of available BinaryStatistic children. Definition BinaryStatistic.C:165 FILE * fptr The file to which auxiliary data will be printed. Definition BinaryStatistic.h:45 BinaryStatistic(const std::string &name, const std::string &description) Construct with a name and description. Definition BinaryStatistic.C:122 static BinaryStatistic * factory(const std::string &name) Create a new instance of BinaryStatistic based on name. Definition BinaryStatistic.C:178 void set_file(FILE *f) Set the file to which auxiliary data will be printed. Definition BinaryStatistic.h:40 Generated using doxygen 1.14.0
|