#include <CInformationCalculator.h>

Public Member Functions | |
| virtual double | operator() (double) const |
| really applying this function | |
| virtual CInformationCalculator * | subClone () const |
Definition at line 108 of file CInformationCalculator.h.
| double CICSum::operator() | ( | double | ) | const [virtual] |
really applying this function
Implements CInformationCalculator.
Definition at line 166 of file CInformationCalculator.cc.
| CInformationCalculator * CICSum::subClone | ( | ) | const [virtual] |
Implements CInformationCalculator.
Definition at line 170 of file CInformationCalculator.cc.
00170 { 00171 return new CICSum(*this); 00172 }
1.5.6