[Ohrrpgce] sorting a tree

2008-10-02 Thread James Paige
So I am going to start work on the rectangle interface... SUDDEN VOCABULARY CHANGE! Actually, I think I will start using the term slice as S'orlok coined for the FMF. I am not sure that my plan is exactly analogous to his slices, but I think it is pretty darn close, and it is less ambigious

Re: [Ohrrpgce] sorting a tree

2008-10-02 Thread James Paige
On Thu, Oct 02, 2008 at 12:04:47PM -0400, Mike Caron wrote: James Paige wrote: So I am going to start work on the rectangle interface... SUDDEN VOCABULARY CHANGE! Actually, I think I will start using the term slice as S'orlok coined for the FMF. I am not sure that my plan is exactly

Re: [Ohrrpgce] sorting a tree

2008-10-02 Thread James Paige
On Thu, Oct 02, 2008 at 12:37:04PM -0400, Mike Caron wrote: James Paige wrote: On Thu, Oct 02, 2008 at 12:04:47PM -0400, Mike Caron wrote: James Paige wrote: So I am going to start work on the rectangle interface... SUDDEN VOCABULARY CHANGE! Actually, I think I will start using the term

Re: [Ohrrpgce] sorting a tree

2008-10-02 Thread Mike Caron
James Paige wrote: On Thu, Oct 02, 2008 at 12:37:04PM -0400, Mike Caron wrote: James Paige wrote: On Thu, Oct 02, 2008 at 12:04:47PM -0400, Mike Caron wrote: James Paige wrote: So I am going to start work on the rectangle interface... SUDDEN VOCABULARY CHANGE! Actually, I think I will

Re: [Ohrrpgce] sorting a tree

2008-10-02 Thread James Paige
On Thu, Oct 02, 2008 at 12:58:22PM -0400, Mike Caron wrote: James Paige wrote: On Thu, Oct 02, 2008 at 12:37:04PM -0400, Mike Caron wrote: James Paige wrote: On Thu, Oct 02, 2008 at 12:04:47PM -0400, Mike Caron wrote: James Paige wrote: So I am going to start work on the rectangle

Re: [Ohrrpgce] sorting a tree

2008-10-02 Thread Mike Caron
James Paige wrote: On Thu, Oct 02, 2008 at 12:58:22PM -0400, Mike Caron wrote: James Paige wrote: On Thu, Oct 02, 2008 at 12:37:04PM -0400, Mike Caron wrote: James Paige wrote: On Thu, Oct 02, 2008 at 12:04:47PM -0400, Mike Caron wrote: James Paige wrote: So I am going to start work on the

Re: [Ohrrpgce] sorting a tree

2008-10-02 Thread Mike Caron
S'orlok Reaves wrote: About this part. Wouldn't it be easier to do: Type Slice Parent as Slice Ptr FirstChild as Slice Ptr NextSibling as Slice Ptr PrevSibling as Slice Ptr NumChildren as Integer 'whatever else End Type This is (very roughly) what the OHRRPGCE FMF is aiming for