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] |
| HRESULT IRdTriangleNeighboursStream::GetNumTripleIndices | ( | [out, retval] RtDWORD * | dwNumTripleIndices | ) |
Get number of triangles/triple Indices.
standard HRESULT processing can be applied to returned value
| HRESULT IRdTriangleNeighboursStream::SetNumTripleIndices | ( | [in] RtDWORD | dwNumTripleIndices | ) |
Set number of triangles/triple indices.
| dwNumTripleIndices | [in] Value to set triangles/triple indices to. |
RtUlong * IRdTriangleNeighboursStream::i([in] RtDWORD dwIndex) [get] |
Get neighbor of dwIndex-th triangle sharing edge 1-2
| dwIndex | [in] Triangle index. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdTriangleNeighboursStream::i([in] RtDWORD dwIndex) [set] |
Set neighbor of dwIndex-th triangle sharing edge 1-2.
| dwIndex | [in] Triangle index. | |
| newVal | [in] Neighboring triangle index. |
RtUlong * IRdTriangleNeighboursStream::j([in] RtDWORD dwIndex) [get] |
Get neighbor of dwIndex-th triangle sharing edge 1-2.
| dwIndex | [in] Triangle index. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdTriangleNeighboursStream::j([in] RtDWORD dwIndex) [set] |
Set neighbor of dwIndex-th triangle sharing edge 2-3.
| dwIndex | [in] Triangle index. | |
| newVal | [in] Neighboring triangle index. |
RtUlong* IRdTriangleNeighboursStream::k([in] RtDWORD dwIndex) [get] |
Get neighbor of dwIndex-th triangle sharing edge 3-1.
| dwIndex | [in] Triangle index. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdTriangleNeighboursStream::k([in] RtDWORD dwIndex) [set] |
Set neighbor of dwIndex-th triangle sharing edge 3-1.
| dwIndex | [in] Triangle index. | |
| newVal | [in] Neighboring triangle index. |
1.5.5