template <typename TFunction>
void ForeachVertexStream(
TFunction function
);
template <typename TFunction>
void ForeachVertexStream(
TFunction * function
);
| 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. |
Goes through entire ResVertexStream in ResGraphicsFile, applying TFunction.
Goes through entire ResVertexStream in ResGraphicsFile, applying TFunction. This is a special version of the pointer.
CONFIDENTIAL