45 #define BOUNDRY_RESOLUTION 20000000L 
   47 using namespace SubcloneSeeker;
 
   68         const SomaticEventPtr_vec& master, 
 
   69         const SomaticEventPtr_vec& unwanted);
 
   79         const SomaticEventPtr_vec& v_container, 
 
   80         const SomaticEventPtr_vec& v_containee);
 
  102         SomaticEventPtr_vec somaticEvents, 
 
  103         bool * placeableOnSubtree,
 
SomaticEventPtr_vec SomaticEventDifference(const SomaticEventPtr_vec &master, const SomaticEventPtr_vec &unwanted)
Definition: treemerge_p.cc:73
 
bool eventSetContains(const SomaticEventPtr_vec &v_container, const SomaticEventPtr_vec &v_containee)
Definition: treemerge_p.cc:93
 
bool resultSetComparator(const SomaticEventPtr_vec &v1, const SomaticEventPtr_vec &v2)
Definition: treemerge_p.cc:121
 
The class that represents a subclone in a subclonal structure tree. 
Definition: Subclone.h:52
 
SomaticEventPtr_vec nodeEventsList(Subclone *node)
Definition: treemerge_p.cc:60
 
SomaticEventPtr_vec checkPlacement(Subclone *pnode, SomaticEventPtr_vec somaticEvents, bool *placeableOnSubtree, int *cp=NULL)
Definition: treemerge_p.cc:126
 
bool TreeMerge(Subclone *p, Subclone *q)
Definition: treemerge_p.cc:416