#include <obintv3.h>
Inheritance diagram for sc::OneBodyIntV3:


Public Methods | |
| OneBodyIntV3 (Integral *, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &, IntegralFunction) | |
| ~OneBodyIntV3 () | |
| void | compute_shell (int, int) |
| Computes the integrals between basis functions in the given shell pair. | |
| bool | cloneable () |
| Return true if the clone member can be called. More... | |
| Ref< OneBodyInt > | clone () |
| Returns a clone of this. More... | |
Protected Types | |
| typedef void(Int1eV3::* | IntegralFunction )(int, int) |
Protected Attributes | |
| Ref< Int1eV3 > | int1ev3_ |
| IntegralFunction | intfunc_ |
It is given a function pointer to the Int1eV3 member that computes the particular integral of interest.
|
|
Returns a clone of this. The default implementation throws an exception. Reimplemented from sc::OneBodyInt. |
|
|
Return true if the clone member can be called. The default implementation returns false. Reimplemented from sc::OneBodyInt. |