nw::gfx::res::ResGraphicsFile::ForeachVertexStream Member Function

Syntax

template <typename TFunction>
void ForeachVertexStream(
     TFunction * function
);

Template Arguments

Name Description
TFunction The type of the function (object) that takes ResVertexStream as an argument.

Arguments

Name Description
in function The function (object) to apply.

Return Values

None.

Description

Goes through entire ResVertexStream in ResGraphicsFile, applying TFunction. This is a special version of the pointer.

See Also

nw::gfx::res::VertexStreamLocationFlagSetter


CONFIDENTIAL