Changeset 6141 for trunk/AWT/awt_tree.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/awt_tree.hxx (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/awt_tree.hxx
r6127 r6141 177 177 public: 178 178 AP_FLOAT **m; 179 char **x_description; // optional d iscription, strdupped179 char **x_description; // optional description, strdupped 180 180 char **y_description; 181 181 long size; … … 184 184 void create_awars(AW_root *awr,const char *awar_prefix); 185 185 void read_awars(AW_root *awr,const char *awar_prefix); 186 void normize(); // set average non diag element to 1.0 (only for descri pted elements186 void normize(); // set average non diag element to 1.0 (only for described elements) 187 187 void create_input_fields(AW_window *aww,const char *awar_prefix); 188 188 void set_description(const char *xstring,const char *ystring); … … 228 228 GBDATA *gb_main; 229 229 GBDATA *gb_tree; 230 GBDATA *gb_tree_gone; // if all lea fes have been removed by tree operations, remember 'gb_tree' here (see inform_about_changed_root)230 GBDATA *gb_tree_gone; // if all leaves have been removed by tree operations, remember 'gb_tree' here (see inform_about_changed_root) 231 231 GBDATA *gb_species_data; 232 232 GBDATA *gb_table_data; … … 358 358 virtual void insert(AP_tree *new_brother); 359 359 virtual void remove(void); // no delete of father 360 virtual void swap_assymetric(AP_TREE_SIDE mod us); // 0 = AP_LEFT_son 1=AP_RIGHT_son360 virtual void swap_assymetric(AP_TREE_SIDE mode); // 0 = AP_LEFT_son 1=AP_RIGHT_son 361 361 void swap_sons(void); // exchange sons 362 362
