All class functions are defined inline.
[ kepler | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of cellOption
Back to the top of cellOption
Back to the top of cellOption
void setSkipCases(const int skiplist[],int len) ;
setSkipCases allows the user to enter an array that
specifies what input integers caseNumber will return
a nonzero value skip(caseNumber).
void setSkipCases(const int skiplist[],int len) ;
Function is currently defined inline.
Back to the top of cellOption
int skip(int i) const ;
skip is called by recursiveVerifierQ when there is
dimension reduction. Dimension reduction breaks a quad
inequality into many cases. Before running each case,
recurseiveVerifierQ calls skip(casenumber) and omits the
case if a nonzero value is returned. The nonzero return values
are set using setSkipCases.
int skip(int i) const ;
Function is currently defined inline.
Back to the top of cellOption
void setWidthCutoff(double x) ;
void setWidthCutoff(double x) ;
Function is currently defined inline.
Back to the top of cellOption
double getWidthCutoff() const ;
double getWidthCutoff() const ;
Function is currently defined inline.
Back to the top of cellOption
int hasWidthCutoff() const ;
Function is currently defined inline.
Back to the top of cellOption
void setChiShortCut(int i) ;
Function is currently defined inline.
Back to the top of cellOption
int getChiShortCut() const ;
Function is currently defined inline.
Back to the top of cellOption
void setDihMax(double theta) ;
void setDihMax(double theta) ;
Function is currently defined inline.
Back to the top of cellOption
double getDihMax() ;
Function is currently defined inline.
Back to the top of cellOption
int isUsingDihMax() ;
Function is currently defined inline.
Back to the top of cellOption
void setPrintMode(X u) ;
Function is currently defined inline.
Back to the top of cellOption
X getPrintMode() ;
Function is currently defined inline.
Back to the top of cellOption
void setStartingIndex(int i) ;
void setStartingIndex(int i) ;
Function is currently defined inline.
Back to the top of cellOption
int getStartingIndex() const ;
int getStartingIndex() const ;
Function is currently defined inline.
Back to the top of cellOption
cellOption() ;
Function is currently defined inline.
Back to the top of cellOption
Back to the top of cellOption
Back to the top of cellOption
Back to the top of cellOption
Report problems to jkotula@unimax.com