TFilterList Class

Source: SignalProcessing.cs · Assembly: Dew.Signal
TStreamTemplatesTFilterList

public class TFilterList : TStreamTemplates

Manages a list of filter definitions.

Manages a list of filter definitions.

Properties

NameTypeDescription
ItemTBandFilterRecordDefault array property allows you to access individual list items.
OwnerComponentReturns the owner object.
TemplateTBandFilterListHolds a list of objects. All changes made to this list of objects are preserved, when you change TemplateName or TemplateIndex.
TemplateIndexInt32Set TemplateIndex to decode the stream at position TemplateIndex to Template property.
TemplateNameStringSet TemplateName to decode the stream with name TemplateName to Template property.
TemplatesTStringStreamListHolds the list of streams containing data to be decoded to the Template property.

Methods

NameDescription
AddCopyTemplateAdd a new template named S to the list of templates and set TemplateIndex to point to the template added.
AddTemplateAdd a new template (TMemoryStream) named S to the list.
ClearClears the Templates and Template properties.
ConsolidateCall this method to ensure that Template and Templates properties are synchronized.
ctorCreate the list and pass TSpectrumBandsAnalyzer component as the owner.
DeleteDelete the template at position Index from the Templates property.
LoadFromFileLoad the object from the file.
LoadFromStreamLoad all data from the stream.
SaveToFileSave the object to the file.
SaveToStreamSave all data to the stream.
UpdateCalls the Template.Update method.