.TH "sc::RedundantCartesianSubIter" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::RedundantCartesianSubIter \- Like \fBRedundantCartesianIter\fP, except a, b, and c are fixed to a given value\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBsc::RedundantCartesianSubIterCCA\fP, \fBsc::RedundantCartesianSubIterCints\fP, and \fBsc::RedundantCartesianSubIterV3\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBRedundantCartesianSubIter\fP (int \fBl\fP)" .br .RI "Create a object for the given angular momentum\&. " .ti -1c .RI "virtual int \fBbfn\fP ()=0" .br .RI "Return the current Cartesian basis function number\&. " .ti -1c .RI "void \fBstart\fP (int \fBa\fP, int \fBb\fP, int \fBc\fP)" .br .RI "Initialize the iterator\&. " .ti -1c .RI "void \fBnext\fP ()" .br .RI "Move to the next combination of axes\&. " .ti -1c .RI "\fBoperator int\fP () const" .br .RI "Returns nonzero if the iterator currently hold valid data\&. " .ti -1c .RI "int \fBa\fP () const" .br .RI "The current exponent of x\&. " .ti -1c .RI "int \fBb\fP () const" .br .RI "The current exponent of y\&. " .ti -1c .RI "int \fBc\fP () const" .br .RI "The current exponent of z\&. " .ti -1c .RI "int \fBl\fP () const" .br .RI "The angular momentum\&. " .ti -1c .RI "int \fBl\fP (int i)" .br .RI "Returns \fBa()\fP if i==0, \fBb()\fP if i==1, and \fBc()\fP if i==2\&. " .ti -1c .RI "int \fBaxis\fP (int i)" .br .RI "Return the i'th axis\&. " .in -1c .SH "Detailed Description" .PP Like \fBRedundantCartesianIter\fP, except a, b, and c are fixed to a given value\&. .SH "Member Function Documentation" .PP .SS "void sc::RedundantCartesianSubIter::start (int a, int b, int c)" .PP Initialize the iterator\&. The constraints on a, b, and c are given as arguments\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.