Searched refs:firstGridIndex (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampleMonoPoly.cc | 396 Int firstGridIndex; /*the index in the grid*/ local in function:findGridChains 399 firstGridIndex = (Int) ((topV->head()[1] - grid->get_v_min()) / (grid->get_v_max() - grid->get_v_min()) * (grid->get_n_vlines()-1)); 407 Int *leftGridIndices = (Int*) malloc(sizeof(Int) * (firstGridIndex - lastGridIndex +1)); 409 Int *rightGridIndices = (Int*) malloc(sizeof(Int) * (firstGridIndex - lastGridIndex +1)); 411 Int *leftGridInnerIndices = (Int*) malloc(sizeof(Int) * (firstGridIndex - lastGridIndex +1)); 413 Int *rightGridInnerIndices = (Int*) malloc(sizeof(Int) * (firstGridIndex - lastGridIndex +1)); 416 findLeftGridIndices(topV, firstGridIndex, lastGridIndex, grid, leftGridIndices, leftGridInnerIndices); 418 findRightGridIndices(topV, firstGridIndex, lastGridIndex, grid, rightGridIndices, rightGridInnerIndices); 420 leftGridChain = new gridBoundaryChain(grid, firstGridIndex, firstGridIndex 974 findLeftGridIndices(directedLine * topEdge,Int firstGridIndex,Int lastGridIndex,gridWrap * grid,Int * ret_indices,Int * ret_innerIndices) argument 1092 findRightGridIndices(directedLine * topEdge,Int firstGridIndex,Int lastGridIndex,gridWrap * grid,Int * ret_indices,Int * ret_innerIndices) argument 1322 Int firstGridIndex; /*the index in the grid*/ local in function:sampleMonoPoly [all...] |
| H A D | sampleMonoPoly.h | 87 void findLeftGridIndices(directedLine* topEdge, Int firstGridIndex, Int lastGridIndex, gridWrap* grid, Int* ret_indices, Int* ret_inner); 89 void findRightGridIndices(directedLine* topEdge, Int firstGridIndex, Int lastGridIndex, gridWrap* grid, Int* ret_indices, Int* ret_inner);
|
Completed in 3 milliseconds