AGI Components with Insight3D Alpha 2008 r8
IAgGxConditionerSequence Interface
Library ReferenceAGI.Graphics.ImagingIAgGxConditionerSequence
Applies a sequence of conditioners to an image in the order in which they were added.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxConditionerSequence : 

IAgGxConditioner
Public 
Interface 
IAgGxConditionerSequence _
        
Implements 

IAgGxConditioner
public 
interface class 
IAgGxConditionerSequence : 

IAgGxConditioner
Members
All Members Methods Properties



Icon Member Description
Add(IAgGxConditioner)
Adds a conditioner to the sequence.

Clear () () ()
Clears all conditioners from the sequence.

ConditionerID
A unique ID representing the conditioner and its parameters. Used internally for caching.

ConditionerID
A unique ID representing the conditioner and its parameters. Used internally for caching.
(Inherited from IAgGxConditioner.)
ContinueWithFailure
Continues applying the sequence of conditioners regardless of if an individual conditioner fails.

ProcessConditioner(IAgGxImageData, IAgGxImageData)
Primary method for conditioning image data. The source data represents the image to be conditioned. The destination data must be allocated and contains the results of the conditioned image. Returns true if the conditioning is successful.

ProcessConditioner(IAgGxImageData, IAgGxImageData)
Primary method for conditioning image data. The source data represents the image to be conditioned. The destination data must be allocated and contains the results of the conditioned image. Returns true if the conditioning is successful.
(Inherited from IAgGxConditioner.)
Remove(IAgGxConditioner)
Removes a conditioner from the sequence.

Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)