|
Main Page Class Hierarchy Compound List File List Compound Members Related Pages
sc::SphericalTransformIter Class ReferenceThis iterates through the components of a SphericalTransform.
More...
#include <transform.h>
Collaboration diagram for sc::SphericalTransformIter:
[legend]List of all members.
Public Methods |
| SphericalTransformIter () |
| SphericalTransformIter (const SphericalTransform *) |
void | begin () |
void | start () |
void | next () |
int | ready () |
| operator int () |
int | l () |
int | cartindex () |
int | pureindex () |
int | bfn () |
double | coef () |
int | a () |
int | b () |
int | c () |
int | l (int i) |
int | n () |
Protected Attributes |
const SphericalTransform * | transform_ |
Detailed Description
This iterates through the components of a SphericalTransform.
The documentation for this class was generated from the following file:
Generated at Fri Jan 10 08:16:57 2003 for MPQC
2.1.3 using the documentation package Doxygen
1.2.14.
|