IRdUVSecTriangleStream Interface Reference

Inherits IDispatch.

List of all members.

Public Member Functions

HRESULT GetNumUVTripleIndices ([out, retval] RtDWORD *dwNumTripleIndices)
HRESULT SetNumUVTripleIndices ([in] RtDWORD dwNumUVTripleIndices)

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]


Detailed Description

IRdUVSecTriangleStream:

Member Function Documentation

HRESULT IRdUVSecTriangleStream::GetNumUVTripleIndices ( [out, retval] RtDWORD *  dwNumTripleIndices  ) 

Get number of triangles.

Returns:
dwNumTripleIndices [out,retval] Returns number of triangles found in stream.

standard HRESULT processing can be applied to returned value.

HRESULT IRdUVSecTriangleStream::SetNumUVTripleIndices ( [in] RtDWORD  dwNumUVTripleIndices  ) 

Set number of triangles.

Parameters:
dwNumUVTripleIndices [in] Value to set for number of triangles in stream.
Returns:
standard HRESULT processing can be applied to returned value.


Property Documentation

RtUlong * IRdUVSecTriangleStream::i([in] RtDWORD dwIndex) [get]

Get index of first UV coordinate of i-th triangle. (i).

Parameters:
dwIndex [in] Triangle index value.
Returns:
pVal [out,retval] Returns index of first UV coordinate. (i).

standard HRESULT processing can be applied to returned value.

RtUlong IRdUVSecTriangleStream::i([in] RtDWORD dwIndex) [set]

Set index of first UV coordinate of i-th triangle. (i).

Parameters:
dwIndex [in] Triangle index.
newVal [in] Set first UV coordinate index value for the i-th triangle. (i).
Returns:
standard HRESULT processing can be applied to returned value.

RtUlong * IRdUVSecTriangleStream::j([in] RtDWORD dwIndex) [get]

Get index of second UV coordinate of i-th triangle. (j).

Parameters:
dwIndex [in] Triangle index value.
Returns:
pVal [out,retval] Returns index of second UV coordinate. (j).

standard HRESULT processing can be applied to returned value.

RtUlong IRdUVSecTriangleStream::j([in] RtDWORD dwIndex) [set]

Set index of second UV coordinate of i-th triangle. (j).

Parameters:
dwIndex [in] Triangle index.
newVal [in] Set second UV coordinate index value for the i-th triangle. (j).
Returns:
standard HRESULT processing can be applied to returned value.

RtUlong* IRdUVSecTriangleStream::k([in] RtDWORD dwIndex) [get]

Get index of third UV coordinate of i-th triangle.

Parameters:
dwIndex [in] Triangle index value.
Returns:
pVal [out,retval] Returns index of third UV coordinate. (k).

standard HRESULT processing can be applied to returned value.

RtUlong IRdUVSecTriangleStream::k([in] RtDWORD dwIndex) [set]

Set index of third UV coordinate of i-th triangle. (k).

Parameters:
dwIndex [in] Triangle index.
newVal [in] Set third UV coordinate index value for the i-th triangle. (k).
Returns:
standard HRESULT processing can be applied to returned value.


Generated on Wed May 20 21:32:07 2009 for trueSpace7.6 SDK by  doxygen 1.5.5