AGI Components with Insight3D Alpha 2008 r8
IAgGxDynamicImageDataConditioner Interface
Library ReferenceAGI.Graphics.Imaging IAgGxDynamicImageDataConditioner
Provides conditioning of dynamic image data.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxDynamicImageDataConditioner : 

IAgGxDynamicImageData
Public 
Interface 
IAgGxDynamicImageDataConditioner _
        
Implements 

IAgGxDynamicImageData
public 
interface class 
IAgGxDynamicImageDataConditioner : 

IAgGxDynamicImageData
Members
All Members Methods Properties



Icon Member Description
Attributes(IAgGxImageAttributes)
Defines the attributes of the dynamic image data. The IAgGxImageData that is passed to the Update method will contain a buffer created from the IAgGxImageAttributes defined in the Attributes method.

Attributes(IAgGxImageAttributes)
Defines the attributes of the dynamic image data. The IAgGxImageData that is passed to the Update method will contain a buffer created from the IAgGxImageAttributes defined in the Attributes method.
(Inherited from IAgGxDynamicImageData.)
ConditionerSequence
The conditioner sequence that will be applied to each update of the dynamic image data.

Delta(Double % )
Delta(Double % ) (Inherited from IAgGxDynamicImageData.)
Initialize(IAgGxDynamicImageData)
The dymamic image data that will be conditioned.

Update(IAgGxImageData, Double)
Primary method for updating dynamic image data. When clients of the image require its data, the Update function is called with an IAgGxImageData buffer for writing the image data for the current time. The Time parameter provides the current animation time. ???

Update(IAgGxImageData, Double)
Primary method for updating dynamic image data. When clients of the image require its data, the Update function is called with an IAgGxImageData buffer for writing the image data for the current time. The Time parameter provides the current animation time. ???
(Inherited from IAgGxDynamicImageData.)

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