Public Member Functions | |
| HRESULT | GetNumIndices ([out, retval] RtDWORD *dwNumMaterialIndices) |
| HRESULT | SetNumIndices ([in] RtDWORD dwNumMaterialIndices) |
Properties | |
| RtDWORD * | index ([in] RtDWORD dwIndex) [get] |
| RtDWORD | index ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdObjNamesIndexStream::GetNumIndices | ( | [out, retval] RtDWORD * | dwNumMaterialIndices | ) |
Get number of triangles.
standard HRESULT processing can be applied to returned value
| HRESULT IRdObjNamesIndexStream::SetNumIndices | ( | [in] RtDWORD | dwNumMaterialIndices | ) |
Set number of triangles.
| dwNumMaterialIndices | [in] Number of triangles to set the stream to. |
RtDWORD * IRdObjNamesIndexStream::index([in] RtDWORD dwIndex) [get] |
Get id pointer for i-th triangle.
| dwIndex | [in] Triangle index. |
standard HRESULT processing can be applied to returned value.
RtDWORD IRdObjNamesIndexStream::index([in] RtDWORD dwIndex) [set] |
Set id index for i-th triangle
| dwIndex | [in] Triangle index. | |
| index | [in] Pointer to data stream. |
1.5.5