Public Member Functions | |
| HRESULT | GetNumTripleIndices ([out, retval] RtDWORD *dwNumTripleIndices) |
| HRESULT | SetNumTripleIndices ([in] RtDWORD dwNumTripleIndices) |
Properties | |
| RtUlong * | i ([in] RtDWORD dwIndex) [get] |
| RtUlong | i ([in] RtDWORD dwIndex) [set] |
| RtUlong * | j ([in] RtDWORD dwIndex) [get] |
| RtUlong | j ([in] RtDWORD dwIndex) [set] |
| RtUlong * | k ([in] RtDWORD dwIndex) [get] |
| RtUlong | k ([in] RtDWORD dwIndex) [set] |
Stream is identified by STREAMID_TRIANGLES_EDGENEIGHS id.
| HRESULT IRdEdgeNeighborsStream::GetNumTripleIndices | ( | [out, retval] RtDWORD * | dwNumTripleIndices | ) |
Get number of triple indices.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdEdgeNeighborsStream::SetNumTripleIndices | ( | [in] RtDWORD | dwNumTripleIndices | ) |
Set number of triple indices.
| dwNumTripleIndices | [in] Set number of triple indices. |
RtUlong * IRdEdgeNeighborsStream::i([in] RtDWORD dwIndex) [get] |
Get neighbor of dwIndex-th triangle-edge sharing edge 1-2.
| dwIndex | [in] Triangle index. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdEdgeNeighborsStream::i([in] RtDWORD dwIndex) [set] |
Set neighbor of dwIndex-th triangle-edge sharing edge 1-2.
| dwIndex | [in] Triangle index. | |
| newVal | [in] Neighboring triangle-edge index. |
RtUlong * IRdEdgeNeighborsStream::j([in] RtDWORD dwIndex) [get] |
Get neighbor of dwIndex-th triangleedge sharing edge 2-3.
| dwIndex | [in] Triangle index. |
standard HRESULT processing can be applied to returned value
RtUlong IRdEdgeNeighborsStream::j([in] RtDWORD dwIndex) [set] |
Set neighbor of dwIndex-th triangleedge sharing edge 2-3.
| dwIndex | [in] Triangle index. | |
| newVal | [in] Neighboring triangle-edge index. |
RtUlong* IRdEdgeNeighborsStream::k([in] RtDWORD dwIndex) [get] |
Get neighbor of dwIndex-th triangle-edge sharing edge 3-1.
| dwIndex | [in] Triangle index. | |
| pVal | [out, retval] Neighboring triangle-edge index. |
RtUlong IRdEdgeNeighborsStream::k([in] RtDWORD dwIndex) [set] |
Set neighbor of dwIndex-th triangle-edge sharing edge 3-1.
| dwIndex | [in] Triangle index. | |
| newVal | [in] Neighboring triangle-edge index. |
1.5.5