|
MeshKit
1.0
|
#include <IAWeights.hpp>

Public Member Functions | |
| IAWeights () | |
| virtual | ~IAWeights () |
| void | uniquify (const double lo, const double hi) |
| void | print () const |
Static Public Member Functions | |
| static double | rand_excluded_middle () |
Public Attributes | |
| const bool | debugging |
Definition at line 15 of file IAWeights.hpp.
| IAWeights | ( | ) |
default constructor
Definition at line 37 of file IAWeights.cpp.
| ~IAWeights | ( | ) | [virtual] |
default destructor
Definition at line 41 of file IAWeights.cpp.
| void print | ( | ) | const |
Definition at line 172 of file IAWeights.cpp.
| double rand_excluded_middle | ( | ) | [static] |
Definition at line 45 of file IAWeights.cpp.
| void uniquify | ( | const double | lo, |
| const double | hi | ||
| ) |
Definition at line 59 of file IAWeights.cpp.
| const bool debugging |
Definition at line 28 of file IAWeights.hpp.