Home | History | Annotate | Download | only in internals

Lines Matching refs:Bin

36  * bin.c++
43 #include "bin.h"
49 Bin::Bin()
55 Bin::~Bin()
61 * remove_this_arc - remove given Arc_ptr from bin
66 Bin::remove_this_arc( Arc_ptr arc )
79 * numarcs - count number of arcs in bin
84 Bin::numarcs()
93 * adopt - place an orphaned arcs into their new parents bin
98 Bin::adopt()
117 * show - print out descriptions of the arcs in the bin
122 Bin::show( const char *name )
139 Bin::markall()
151 Bin::listBezier( void )