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

Syntax

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

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

List of Overloaded Member Functions

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

Description of ForeachVertexStream ( TFunction )

Goes through entire ResVertexStream in ResGraphicsFile, applying TFunction.

Description of ForeachVertexStream ( TFunction * )

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


CONFIDENTIAL