Public Member Functions | |
| RtDWORD | GetNumTripleIndices (void) |
| HRESULT | SetNumTripleIndices ([in] RtDWORD dwNumTripleIndices) |
| HRESULT | i ([in] RtDWORD dwIndex,[out, retval] RtUlong *pVal) |
| HRESULT | i ([in] RtDWORD dwIndex,[in] RtUlong newVal) |
| HRESULT | j ([in] RtDWORD dwIndex,[out, retval]RtUlong *pVal) |
| HRESULT | j ([in] RtDWORD dwIndex,[in] RtUlong newVal) |
| HRESULT | k ([in] RtDWORD dwIndex,[out, retval] RtUlong *pVal) |
| HRESULT | k ([in] RtDWORD dwIndex,[in] RtUlong newVal) |
This is temporary stream, that should be used stored inside system scratchpad instead of mesh streams. If you want to add stream to mesh, it can be stored in Triangle stream group. Stream is identified by STREAMID_TRIANGLES_TRIANGLENEIGHS id.
|
|
Get number of triangles
|
|
|
Set number of triangles
|
|
||||||||||||
|
Get neighbor of dwIndex-th triangle sharing edge 1-2
|
|
||||||||||||
|
Set neighbor of dwIndex-th triangle sharing edge 1-2
|
|
||||||||||||
|
Get neighbor of dwIndex-th triangle sharing edge 1-2
|
|
||||||||||||
|
Set neighbor of dwIndex-th triangle sharing edge 2-3
|
|
||||||||||||
|
Get neighbor of dwIndex-th triangle sharing edge 3-1
|
|
||||||||||||
|
Set neighbor of dwIndex-th triangle sharing edge 3-1
|
1.3.2