#include <RestrictionEnzymes.h>
Public Member Functions | |
| TRestrictionCut (int _pos, TRestrictionEnzyme *_e, bool _first_strand=true) | |
| ~TRestrictionCut () | |
| void | linearUpdate (int w, int h) |
| Dummy destructor. | |
| wxString | getNameAndPosition () |
| Returns the enzyme name and cut pusition. | |
| bool | isHidden (TVector *v) |
| Is this enzyme in this TVector hidden? | |
| wxString | getDisplayName () |
| Returns the enzyme name (or the joined names). | |
| bool | join (TRestrictionCut *c) |
| Merges a cut with an isoenzyme for simplified display. | |
| wxString | getEndUpperLeft () |
| The "upper left" sequence after the cut. | |
| wxString | getEndLowerLeft () |
| The "lower left" sequence after the cut. | |
| wxString | getEndUpperRight () |
| The "upper right" sequence after the cut. | |
| wxString | getEndLowerRight () |
| The "lower right" sequence after the cut. | |
| int | getCut () |
| int | getOverlap () |
| int | getPos () |
| void | setPos (int p) |
| int | getFrom () |
| int | getTo () |
| wxString | getSequence () |
Public Attributes | |
| TRestrictionEnzyme * | e |
| Cutting enzyme. | |
| wxString | display_name |
| The name to display. | |
| float | angle |
| float | angle3 |
| float | r1 |
| float | r2 |
| float | r3 |
| wxRect | lastrect |
| wxPoint | p |
| wxPoint | lp |
| wxTreeItemId | treeid |
| ID of the cut in the TVectorTree. | |
Private Attributes | |
| int | pos |
| Position of the cut. | |
| bool | first_strand |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Returns the enzyme name (or the joined names).
|
|
|
The "lower left" sequence after the cut.
|
|
|
The "lower right" sequence after the cut.
|
|
|
The "upper left" sequence after the cut.
|
|
|
The "upper right" sequence after the cut.
|
|
|
|
|
|
Returns the enzyme name and cut pusition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Is this enzyme in this TVector hidden?
|
|
|
Merges a cut with an isoenzyme for simplified display.
|
|
||||||||||||
|
Dummy destructor.
|
|
|
|
|
|
|
|
|
|
|
|
The name to display.
|
|
|
Cutting enzyme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Position of the cut.
|
|
|
|
|
|
|
|
|
|
|
|
ID of the cut in the TVectorTree.
|
1.4.1