| MBDyn-1.7.3
    | 
#include <gauss.h>

| Public Member Functions | |
| NumIntIterator (NumIntData &d) | |
| virtual | ~NumIntIterator (void) | 
| virtual doublereal | dGetFirst (integer i=0) const | 
| virtual PntWght | GetFirst (void) const | 
| virtual flag | fGetNext (doublereal &d, integer i=0) const | 
| virtual doublereal | dGetCurrPnt (void) const | 
| virtual doublereal | dGetCurrWght (void) const | 
| virtual flag | fGetNext (PntWght &PW) const | 
| Protected Attributes | |
| integer | iCurr | 
| NumIntData & | data | 
| NumIntIterator::NumIntIterator | ( | NumIntData & | d | ) | 
| 
 | virtual | 
| 
 | virtual | 
Definition at line 309 of file gauss.cc.
References ASSERT, data, NumIntData::dGetPnt(), iCurr, and NumIntData::iGetNum().

| 
 | virtual | 
Definition at line 317 of file gauss.cc.
References ASSERT, data, NumIntData::dGetWght(), iCurr, and NumIntData::iGetNum().

| 
 | virtual | 
Definition at line 270 of file gauss.cc.
References ASSERT, data, NumIntData::dGetPnt(), NumIntData::dGetWght(), and iCurr.

| 
 | virtual | 
Definition at line 290 of file gauss.cc.
References ASSERT, data, NumIntData::dGetPnt(), NumIntData::dGetWght(), iCurr, and NumIntData::iGetNum().

Definition at line 325 of file gauss.cc.
References data, NumIntData::Get(), iCurr, and NumIntData::iGetNum().

| 
 | virtual | 
Definition at line 283 of file gauss.cc.
References data, NumIntData::Get(), and iCurr.

| 
 | protected | 
Definition at line 181 of file gauss.h.
Referenced by dGetCurrPnt(), dGetCurrWght(), dGetFirst(), fGetNext(), and GetFirst().
| 
 | protected | 
Definition at line 180 of file gauss.h.
Referenced by dGetCurrPnt(), dGetCurrWght(), dGetFirst(), fGetNext(), and GetFirst().