AGI Components with Insight3D Alpha 2008 r8
IAgGxConditioner Interface
Library ReferenceAGI.Graphics.ImagingIAgGxConditioner
Base interface for all image conditioners.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxConditioner
Public 
Interface 
IAgGxConditioner
public 
interface class 
IAgGxConditioner
Members
All Members Methods Properties



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

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.

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