Public Member Functions | |
| LogSet () | |
| virtual | ~LogSet () |
| int | size () const |
| Log & | getLog (int idx) |
| const Log & | getLog (int idx) const |
| int | indexOf (const char *) const |
| const Log * | getLog (const char *nm) const |
| Log * | getLog (const char *nm) |
| Interval< float > | dahInterval () const |
| not def if start == undef | |
| void | updateDahIntvs () |
| if logs changed | |
| void | add (Log *) |
| becomes mine | |
| Log * | remove (int) |
| becomes yours | |
| bool | isEmpty () const |
| void | empty () |
Protected Member Functions | |
| void | init () |
| void | updateDahIntv (const Well::Log &) |
| Log * | gtLog (const char *nm) const |
Protected Attributes | |
| ObjectSet< Log > | logs |
| Interval< float > | dahintv |
| Well::LogSet::LogSet | ( | ) | [inline] |
| virtual Well::LogSet::~LogSet | ( | ) | [inline, virtual] |
| void Well::LogSet::add | ( | Log * | ) |
becomes mine
| Interval<float> Well::LogSet::dahInterval | ( | ) | const [inline] |
not def if start == undef
| void Well::LogSet::empty | ( | ) |
| const Log* Well::LogSet::getLog | ( | const char * | nm | ) | const [inline] |
| Log& Well::LogSet::getLog | ( | int | idx | ) | [inline] |
| Log* Well::LogSet::getLog | ( | const char * | nm | ) | [inline] |
| const Log& Well::LogSet::getLog | ( | int | idx | ) | const [inline] |
| Log* Well::LogSet::gtLog | ( | const char * | nm | ) | const [inline, protected] |
| int Well::LogSet::indexOf | ( | const char * | ) | const |
| void Well::LogSet::init | ( | ) | [inline, protected] |
| bool Well::LogSet::isEmpty | ( | ) | const [inline] |
| Log* Well::LogSet::remove | ( | int | ) |
becomes yours
| int Well::LogSet::size | ( | ) | const [inline] |
| void Well::LogSet::updateDahIntv | ( | const Well::Log & | ) | [protected] |
| void Well::LogSet::updateDahIntvs | ( | ) |
if logs changed
Interval<float> Well::LogSet::dahintv [protected] |
ObjectSet<Log> Well::LogSet::logs [protected] |
1.7.1