List of all members.
Public Member Functions |
|
| MyInterval (MyNT s, MyNT e) |
|
| MyInterval (MyNT s, MyNT e, MyNT w) |
|
| MyInterval (map< string, MyNT, ltstr > &init) |
|
virtual bool | operator== (const MyInterval &interval) const |
|
virtual bool | operator!= (const MyInterval &interval) const |
|
MyNT | getStart () const |
|
void | setStart (MyNT s) |
|
MyNT | getEnd () const |
|
void | setEnd (MyNT e) |
|
void | setWidth () |
|
virtual void | print (ostream &ostr) const |
|
virtual bool | contains (const MyInterval &in) const |
|
virtual bool | contains (MyNT p) const |
|
virtual bool | contains (MyNT s, MyNT e) const |
|
virtual bool | equals (MyNT s, MyNT e) const |
|
virtual MyNT | softContains (MyNT s, MyNT e) const |
Public Attributes |
|
MyNT | start |
|
MyNT | end |
|
MyNT | width |
|
MyNT | count |
|
double | pval |
The documentation for this struct was generated from the following files:
- /home/poirel/src/c++/biorithm/libexpression/interval.h
- /home/poirel/src/c++/biorithm/libexpression/interval.C