nw::gfx::res::ResGraphicsFile::ForeachModel Member Function

Syntax

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

List of Overloaded Member Functions

ForeachModel ( TFunction ) Goes though all ResModel in ResGraphicsFile, applying TFunction.
ForeachModel ( TFunction * ) Goes though all ResModel in ResGraphicsFile, applying TFunction. This is a special version of the pointer.

Description of ForeachModel ( TFunction )

Goes though all ResModel in ResGraphicsFile, applying TFunction.

Description of ForeachModel ( TFunction * )

Goes though all ResModel in ResGraphicsFile, applying TFunction. This is a special version of the pointer.


CONFIDENTIAL