#include <transform.h>
Collaboration diagram for sc::SphericalTransformIter:

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_ |