Public Member Functions | |
| HRESULT | GetNumTriangles ([out, retval] RtDWORD *dwNumTripleIndices) |
| HRESULT | SetNumTriangles ([in] RtDWORD dwNum) |
Properties | |
| RtFloat * | i ([in] RtDWORD dwIndex) [get] |
| RtFloat | i ([in] RtDWORD dwIndex) [set] |
| RtFloat * | j ([in] RtDWORD dwIndex) [get] |
| RtFloat | j ([in] RtDWORD dwIndex) [set] |
| RtFloat * | k ([in] RtDWORD dwIndex) [get] |
| RtFloat | k ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdSSEdgeWeightsStream::GetNumTriangles | ( | [out, retval] RtDWORD * | dwNumTripleIndices | ) |
Get number of triangles.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdSSEdgeWeightsStream::SetNumTriangles | ( | [in] RtDWORD | dwNum | ) |
Set number of triangles.
| dwNum | [in] Number of triangles to set the stream to. |
RtFloat * IRdSSEdgeWeightsStream::i([in] RtDWORD dwIndex) [get] |
Get weight for 1-2 edge of index-th triangle.
| dwIndex | [in] Triangle index value. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdSSEdgeWeightsStream::i([in] RtDWORD dwIndex) [set] |
Set weight for 1-2 edge of index-th triangle.
| dwIndex | [in] Triangle index. | |
| newVal | [in] New weight value to apply to edge. (i). |
RtFloat * IRdSSEdgeWeightsStream::j([in] RtDWORD dwIndex) [get] |
Get weight for 2-3 edge of index-th triangle.
| dwIndex | [in] Triangle index value. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdSSEdgeWeightsStream::j([in] RtDWORD dwIndex) [set] |
Set weight for 2-3 edge of index-th triangle.
| dwIndex | [in] Triangle index. | |
| newVal | [in] New weight value to apply to edge. (j). |
RtFloat* IRdSSEdgeWeightsStream::k([in] RtDWORD dwIndex) [get] |
Get weight for 3-1 edge of index-th triangle.
| dwIndex | [in] Triangle index value. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdSSEdgeWeightsStream::k([in] RtDWORD dwIndex) [set] |
Set weight for 3-1 edge of index-th triangle.
| dwIndex | [in] Triangle index. | |
| newVal | [in] New weight value to apply to edge. (k). |
1.5.5