gzz.view
Class BFRaster

gzz.view.View gzz.view.BFRaster gzz.view.PlainVanishing gzz.view.VobVanishingClient gzz.view.VanishingClient ../../../pegboard/1018/PEG_1018.gen.html#vanishingview vanishingview_small
java.lang.Object
  |
  +--gzz.view.BFRaster

public class BFRaster
extends java.lang.Object

A class representing a portion of space read out in a breadth-first way.


Field Summary
 Cell[] cells
          The cells of the raster.
static boolean dbg
           
 int depth
          The depth to which read() will create the raster.
 int[] ptrs
          The index of the "children" of a given cell.
static java.lang.String rcsid
           
 boolean[] used
          Whether a given index cell is "used", i.e.is to be painted here or was painted earlier.
 
Constructor Summary
BFRaster()
           
 
Method Summary
protected static void p(java.lang.String s)
           
protected static void pa(java.lang.String s)
           
 void read(Cell center, Dim[] dims)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values

dbg

public static boolean dbg

depth

public int depth
The depth to which read() will create the raster.


cells

public Cell[] cells
The cells of the raster.


ptrs

public int[] ptrs
The index of the "children" of a given cell.


used

public boolean[] used
Whether a given index cell is "used", i.e.is to be painted here or was painted earlier.

Constructor Detail

BFRaster

public BFRaster()
Method Detail

p

protected static void p(java.lang.String s)

pa

protected static void pa(java.lang.String s)

read

public void read(Cell center,
                 Dim[] dims)