Back to FabImage Library website
You are here: Start » Function Reference » Profile » Profile Combinators » MultiplyProfiles_OfLoop

MultiplyProfiles_OfLoop
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Multiplies profiles appearing in consecutive iterations value by value.
Syntax
C++
C#
void fil::MultiplyProfiles_OfLoop ( ProfileCombinators_OfLoopState& ioState, const fil::Profile& inProfile, fil::Profile& outProfile )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | ProfileCombinators_OfLoopState& | Object used to maintain state of the function. | |
![]() |
inProfile | const Profile& | Input profile | |
![]() |
outProfile | Profile& | Output profile |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inProfile and outProfile
Read more about In-place Computation.
Description
Loop version of MultiplyProfiles.
See Also
- MultiplyProfiles – Multiplies two profiles value by value.