|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | max(a, b) ((a>b)? a:b) |
Functions | |
| void | findBotLeftSegment (vertexArray *leftChain, Int leftEnd, Int leftCorner, Real u, Int &ret_index_mono, Int &ret_index_pass) |
| void | findBotRightSegment (vertexArray *rightChain, Int rightEnd, Int rightCorner, Real u, Int &ret_index_mono, Int &ret_index_pass) |
| void | sampleBotRightWithGridLinePost (Real *botVertex, vertexArray *rightChain, Int rightEnd, Int segIndexMono, Int segIndexPass, Int rightCorner, gridWrap *grid, Int gridV, Int leftU, Int rightU, primStream *pStream) |
| void | sampleBotRightWithGridLine (Real *botVertex, vertexArray *rightChain, Int rightEnd, Int rightCorner, gridWrap *grid, Int gridV, Int leftU, Int rightU, primStream *pStream) |
| void | sampleBotLeftWithGridLinePost (Real *botVertex, vertexArray *leftChain, Int leftEnd, Int segIndexMono, Int segIndexPass, Int leftCorner, gridWrap *grid, Int gridV, Int leftU, Int rightU, primStream *pStream) |
| void | sampleBotLeftWithGridLine (Real *botVertex, vertexArray *leftChain, Int leftEnd, Int leftCorner, gridWrap *grid, Int gridV, Int leftU, Int rightU, primStream *pStream) |
| Int | findBotSeparator (vertexArray *leftChain, Int leftEnd, Int leftCorner, vertexArray *rightChain, Int rightEnd, Int rightCorner, Int &ret_sep_left, Int &ret_sep_right) |
| void | sampleCompBot (Real *botVertex, vertexArray *leftChain, Int leftEnd, vertexArray *rightChain, Int rightEnd, gridBoundaryChain *leftGridChain, gridBoundaryChain *rightGridChain, Int gridIndex, Int down_leftCornerWhere, Int down_leftCornerIndex, Int down_rightCornerWhere, Int down_rightCornerIndex, primStream *pStream) |
| void | sampleCompBotSimple (Real *botVertex, vertexArray *leftChain, Int leftEnd, vertexArray *rightChain, Int rightEnd, gridBoundaryChain *leftGridChain, gridBoundaryChain *rightGridChain, Int gridIndex, Int down_leftCornerWhere, Int down_leftCornerIndex, Int down_rightCornerWhere, Int down_rightCornerIndex, primStream *pStream) |
| void findBotLeftSegment | ( | vertexArray * | leftChain, |
| Int | leftEnd, | ||
| Int | leftCorner, | ||
| Real | u, | ||
| Int & | ret_index_mono, | ||
| Int & | ret_index_pass | ||
| ) |
Definition at line 52 of file sampleCompBot.cc.
Referenced by sampleBotLeftWithGridLine(), and sampleCompBot().
| void findBotRightSegment | ( | vertexArray * | rightChain, |
| Int | rightEnd, | ||
| Int | rightCorner, | ||
| Real | u, | ||
| Int & | ret_index_mono, | ||
| Int & | ret_index_pass | ||
| ) |
Definition at line 78 of file sampleCompBot.cc.
Referenced by sampleBotRightWithGridLine(), and sampleCompBot().
| Int findBotSeparator | ( | vertexArray * | leftChain, |
| Int | leftEnd, | ||
| Int | leftCorner, | ||
| vertexArray * | rightChain, | ||
| Int | rightEnd, | ||
| Int | rightCorner, | ||
| Int & | ret_sep_left, | ||
| Int & | ret_sep_right | ||
| ) |
Definition at line 311 of file sampleCompBot.cc.
Referenced by sampleCompBot().
| void sampleBotLeftWithGridLine | ( | Real * | botVertex, |
| vertexArray * | leftChain, | ||
| Int | leftEnd, | ||
| Int | leftCorner, | ||
| gridWrap * | grid, | ||
| Int | gridV, | ||
| Int | leftU, | ||
| Int | rightU, | ||
| primStream * | pStream | ||
| ) |
Definition at line 279 of file sampleCompBot.cc.
Referenced by sampleCompBot().
| void sampleBotLeftWithGridLinePost | ( | Real * | botVertex, |
| vertexArray * | leftChain, | ||
| Int | leftEnd, | ||
| Int | segIndexMono, | ||
| Int | segIndexPass, | ||
| Int | leftCorner, | ||
| gridWrap * | grid, | ||
| Int | gridV, | ||
| Int | leftU, | ||
| Int | rightU, | ||
| primStream * | pStream | ||
| ) |
Definition at line 232 of file sampleCompBot.cc.
Referenced by sampleBotLeftWithGridLine(), and sampleCompBot().
| void sampleBotRightWithGridLine | ( | Real * | botVertex, |
| vertexArray * | rightChain, | ||
| Int | rightEnd, | ||
| Int | rightCorner, | ||
| gridWrap * | grid, | ||
| Int | gridV, | ||
| Int | leftU, | ||
| Int | rightU, | ||
| primStream * | pStream | ||
| ) |
Definition at line 193 of file sampleCompBot.cc.
Referenced by sampleCompBot().
| void sampleBotRightWithGridLinePost | ( | Real * | botVertex, |
| vertexArray * | rightChain, | ||
| Int | rightEnd, | ||
| Int | segIndexMono, | ||
| Int | segIndexPass, | ||
| Int | rightCorner, | ||
| gridWrap * | grid, | ||
| Int | gridV, | ||
| Int | leftU, | ||
| Int | rightU, | ||
| primStream * | pStream | ||
| ) |
Definition at line 107 of file sampleCompBot.cc.
Referenced by sampleBotRightWithGridLine(), and sampleCompBot().
| void sampleCompBot | ( | Real * | botVertex, |
| vertexArray * | leftChain, | ||
| Int | leftEnd, | ||
| vertexArray * | rightChain, | ||
| Int | rightEnd, | ||
| gridBoundaryChain * | leftGridChain, | ||
| gridBoundaryChain * | rightGridChain, | ||
| Int | gridIndex, | ||
| Int | down_leftCornerWhere, | ||
| Int | down_leftCornerIndex, | ||
| Int | down_rightCornerWhere, | ||
| Int | down_rightCornerIndex, | ||
| primStream * | pStream | ||
| ) |
Definition at line 452 of file sampleCompBot.cc.
Referenced by sampleConnectedComp().
| void sampleCompBotSimple | ( | Real * | botVertex, |
| vertexArray * | leftChain, | ||
| Int | leftEnd, | ||
| vertexArray * | rightChain, | ||
| Int | rightEnd, | ||
| gridBoundaryChain * | leftGridChain, | ||
| gridBoundaryChain * | rightGridChain, | ||
| Int | gridIndex, | ||
| Int | down_leftCornerWhere, | ||
| Int | down_leftCornerIndex, | ||
| Int | down_rightCornerWhere, | ||
| Int | down_rightCornerIndex, | ||
| primStream * | pStream | ||
| ) |
Definition at line 729 of file sampleCompBot.cc.
Referenced by sampleCompBot().