|
NAMEsc::SphericalTransformIter - This iterates through the components of a SphericalTransform.SYNOPSIS#include <transform.h> Public Member FunctionsSphericalTransformIter (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 Attributesconst SphericalTransform * transform_ Detailed DescriptionThis iterates through the components of a SphericalTransform.AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |