Public Member Functions | |
| HRESULT | GetNumVertices ([out, retval] RtDWORD *dwNumVertices) |
| HRESULT | SetNumVertices ([in] RtDWORD dwNumVertices) |
Properties | |
| RtUlong * | color ([in] RtDWORD dwIndex) [get] |
| RtUlong | color ([in] RtDWORD dwIndex) [set] |
| RtFloat * | pointsize ([in] RtDWORD dwIndex) [get] |
| RtFloat | pointsize ([in] RtDWORD dwIndex) [set] |
| IDispatch ** | vColor ([in] RtDWORD dwIndex) [get] |
| IDispatch * | vColor ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdVertexVisualizationStream::GetNumVertices | ( | [out, retval] RtDWORD * | dwNumVertices | ) |
Get number of vertices.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdVertexVisualizationStream::SetNumVertices | ( | [in] RtDWORD | dwNumVertices | ) |
Set number of vertices.
| dwNumVertices | [in] Value of number of vertices to set. |
RtUlong * IRdVertexVisualizationStream::color([in] RtDWORD dwIndex) [get] |
Get Color for i-th vertex.
| dwIndex | [in] Index value of vertex. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdVertexVisualizationStream::color([in] RtDWORD dwIndex) [set] |
Set Color for i-th vertex.
| dwIndex | [in] Index value of vertex. | |
| newVal | [in] New color value to set. |
RtFloat* IRdVertexVisualizationStream::pointsize([in] RtDWORD dwIndex) [get] |
Get Size of i-th vertex.
| dwIndex | [in] Index value of vertex. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdVertexVisualizationStream::pointsize([in] RtDWORD dwIndex) [set] |
Set Size for i-th vertex.
| dwIndex | [in] Index value of vertex. | |
| newVal | [in] New size value to set. |
IDispatch ** IRdVertexVisualizationStream::vColor([in] RtDWORD dwIndex) [get] |
Get Color for i-th vertex.
| dwIndex | [in] Index value of vertex. |
standard HRESULT processing can be applied to returned value.
IDispatch * IRdVertexVisualizationStream::vColor([in] RtDWORD dwIndex) [set] |
Set Color for i-th vertex.
| dwIndex | [in] Index value of vertex. | |
| newVal | [in] New color value to set. |
1.5.5