Inheritance diagram for Chemistry::QC::GaussianBasis::IntegralEvaluatorInterface:

Public Member Functions | |
| opaque | get_buffer (in IntegralDescrInterface desc) |
| Deprecated -- do not use !!! | |
| array< double, 1 > | get_array (in IntegralDescrInterface desc) |
| Get sidl array buffer for given type. | |
| CompositeIntegralDescrInterface | get_descriptor () |
| int | finalize () |
| This should be called when the object is no longer needed. | |
sidl buffer arrays are obtained via calls to get_array(). Languages which can handle raw pointers can obtain them from the sidl array and access buffers directly. Python/Java code will need to interact with the sidl arrays.
get_buffer() and get_array() are deprecated, no longer needed and should not be used
|
|
This should be called when the object is no longer needed. No other members may be called after finalize. |
|
|
Get sidl array buffer for given type.
|
1.3.9.1