#include <obintcca.h>
Inheritance diagram for sc::OneBodyIntCCA:

Public Member Functions | |
| OneBodyIntCCA (Integral *, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &, IntegralEvaluatorFactory, IntegralFunction, bool) | |
| 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. | |
| Ref< OneBodyInt > | clone () |
| Returns a clone of this. | |
Protected Types | |
| typedef void(sc::Int1eCCA::* | IntegralFunction )(int, int) |
Protected Attributes | |
| Ref< sc::Int1eCCA > | int1ecca_ |
| IntegralFunction | intfunc_ |
It is given a function pointer to the IntCCA 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. |