got nonbinary partitioning working yippie
This commit is contained in:
parent
6b5bcff1a4
commit
330755591b
6 changed files with 170 additions and 57 deletions
|
|
@ -44,7 +44,7 @@ struct ct_node *new_node(struct ct_dims *const dims,
|
|||
struct ct_bounds *const bounds,
|
||||
struct ct_node *const parent);
|
||||
void destroy_node(struct ct_node *const node);
|
||||
void resize_node(struct ct_node *const node, struct ct_dims *const new_dims);
|
||||
int resize_node(struct ct_node *const node, struct ct_dims *const new_dims);
|
||||
|
||||
void collapse_node(struct ct_node **const node, const int i,
|
||||
const bool preserve_bounds);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue