Searched refs:Bin (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dsubdivider.h96 void classify_headonleft_s( Bin &, Bin &, Bin &, REAL );
97 void classify_tailonleft_s( Bin &, Bin &, Bin &, REAL );
98 void classify_headonright_s( Bin &, Bin &, Bin &, REAL );
99 void classify_tailonright_s( Bin
[all...]
H A Dbin.h43 class Bin class
49 Bin();
50 ~Bin();
65 * Bin::addarc - add an Arc_ptr to head of linked list of Arc_ptr
70 Bin::addarc( Arc_ptr jarc )
77 * Bin::removearc - remove first Arc_ptr from bin
82 Bin::removearc( void )
97 Bin::nextarc( void )
115 Bin::firstarc( void )
H A Dbin.cc49 Bin::Bin() function in class:Bin
55 Bin::~Bin()
66 Bin::remove_this_arc( Arc_ptr arc )
84 Bin::numarcs()
98 Bin::adopt()
122 Bin::show( const char *name )
139 Bin::markall()
151 Bin
[all...]
H A DdataTransform.h39 directedLine* bin_to_DLineLoops(Bin& bin);
H A Dmonotonizer.h45 class Bin;
57 void monotonize( Arc *, Bin & );
62 int decompose( Bin &, REAL );
H A Dintersect.cc61 Subdivider::partition( Bin & bin, Bin & left, Bin & intersections,
62 Bin & right, Bin & unknown, int param, REAL value )
64 Bin headonleft, headonright, tailonleft, tailonright;
445 Subdivider::classify_tailonleft_s( Bin& bin, Bin& in, Bin& out, REAL val )
472 Subdivider::classify_tailonleft_t( Bin
[all...]
H A Dsplitarcs.cc58 Subdivider::split( Bin& bin, Bin& left, Bin& right, int param, REAL value )
60 Bin intersections, unknown;
180 Subdivider::join_s( Bin& left, Bin& right, Arc_ptr jarc1, Arc_ptr jarc2 )
252 Subdivider::join_t( Bin& bottom, Bin& top, Arc_ptr jarc1, Arc_ptr jarc2 )
H A Dsubdivider.cc72 Bin*
75 Bin* ret = new Bin();
345 Bin* tempSource;
372 Subdivider::subdivideInS( Bin& source )
391 Subdivider::splitInS( Bin& source, int start, int end )
396 Bin left, right;
422 Subdivider::splitInT( Bin& source, int start, int end )
427 Bin left, right;
470 Bin
[all...]
H A DdataTransform.cc100 static int num_edges(Bin& bin)
110 directedLine* bin_to_DLineLoops(Bin& bin)
144 directedLine* bin_to_DLineLoops(Bin& bin)
H A Darc.h46 class Bin;
H A Dmonotonizer.cc56 Subdivider::decompose( Bin& bin, REAL geo_stepsize )
114 Subdivider::monotonize( Arc_ptr jarc, Bin& bin )

Completed in 9 milliseconds