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


Public Member Functions | |
| TrapezoidData (integer iN) | |
| doublereal | dGetPnt (integer i) const |
| doublereal | dGetWght (integer i) const |
| PntWght | Get (integer i) const |
| const doublereal * | pdGetPnt (void) const |
| const doublereal * | pdGetWght (void) const |
Public Member Functions inherited from NumIntData | |
| NumIntData (const integer &i) | |
| virtual | ~NumIntData (void) |
| virtual integer | iGetNum (void) const |
Protected Attributes | |
| const doublereal *const | pdPnt |
| const doublereal *const | pdWght |
Protected Attributes inherited from NumIntData | |
| integer | iNum |
| TrapezoidData::TrapezoidData | ( | integer | iN | ) |
Definition at line 133 of file gauss.cc.
References dTrapezoidPnt, dTrapezoidWght, NumIntData::iNum, pdPnt, and pdWght.
|
virtual |
Implements NumIntData.
Definition at line 141 of file gauss.cc.
References ASSERT, NumIntData::iNum, and pdPnt.
|
virtual |
Implements NumIntData.
Definition at line 148 of file gauss.cc.
References ASSERT, NumIntData::iNum, and pdWght.
Implements NumIntData.
Definition at line 155 of file gauss.cc.
References ASSERT, NumIntData::iNum, pdPnt, and pdWght.
| const doublereal * TrapezoidData::pdGetPnt | ( | void | ) | const |
| const doublereal * TrapezoidData::pdGetWght | ( | void | ) | const |
|
protected |
Definition at line 118 of file gauss.h.
Referenced by dGetPnt(), Get(), pdGetPnt(), and TrapezoidData().
|
protected |
Definition at line 119 of file gauss.h.
Referenced by dGetWght(), Get(), pdGetWght(), and TrapezoidData().