Home
last modified time | relevance | path

Searched refs:rectBlock (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DrectBlock.cc47 rectBlock::rectBlock(gridBoundaryChain* left, gridBoundaryChain* right, Int beginVline, Int endVlin… in rectBlock() function in rectBlock
70 rectBlock::~rectBlock() in ~rectBlock()
76 void rectBlock::print() in print()
88 void rectBlock::draw(Real* u_values, Real* v_values) in draw()
109 Int rectBlock::num_quads() in num_quads()
133 array = (rectBlock**) malloc(sizeof(rectBlock*) * s); in rectBlockArray()
152 void rectBlockArray::insert(rectBlock* newBlock) in insert()
157 rectBlock** temp = (rectBlock**) malloc(sizeof(rectBlock) * (2*size+1)); in insert()
H A DrectBlock.h39 class rectBlock{
46 rectBlock(gridBoundaryChain* left, gridBoundaryChain* right, Int beginVline, Int endVline);
47 ~rectBlock(); //free the two arrays
62 rectBlock** array;
70 rectBlock* get_element(Int i) {return array[i];} in get_element()
71 void insert(rectBlock* newBlock); //only take the pointer, not ther cotent
H A DsampleComp.cc133 rbArray->insert(new rectBlock(leftGridChain, rightGridChain, gridIndex1, gridIndex2)); in sampleConnectedComp()
/reactos/dll/opengl/glu32/
H A DCMakeLists.txt101 src/libnurbs/nurbtess/rectBlock.cc
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dslicer.cc1015 rectBlock* block = rbArray->get_element(j); in evalRBArray()