FreePOOMA
2.4.1
|
EngineNumPatches is used to find out how many patches an engine has. More...
#include <EnginePatch.h>
Public Types | |
typedef AssertEquals | Combine_t |
EngineNumPatches is used to find out how many patches an engine has.
(Or throw an assertion if the answer is ambiguous.) Typical use would look like:
int n = engineFunctor(a.engine(), EngineNumPatches()); for (i = 0; i < n; ++i) calculate(a.patch(i));