VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Classes Enumerations Interfaces SeeAlso
In This Topic
Vintasoft.Imaging.Processing.Analyzers Namespace (Vintasoft.Imaging)
In This Topic
Contains classes for analyzing of objects.
Classes
 ClassDescription
ClassProvides an abstract base class that analyzes target object and returns result of specified type.
ClassProvides an abstract base class for processing results of Analyzer<TTarget,TValue>.
ClassStores the processing result of Analyzer<TTarget,TValue>.
ClassCollects the processing results of analyzer.
ClassCompares the results of two analyzers or compares an analyzer result and reference value.
ClassStores the processing result of Analyzer<TTarget,TValue> and description of processing result.
ClassCaches the execution result of another analyzer.
ClassExecutes a processing commands on results that are collected by AnalyzerResultCollector<TTarget,TValue>.
ClassStores the results of analyzer results comparison.
ClassA predicate that evaluates the logical expression.
ClassStores the processing result of compound analyzer.
ClassProvides a base abstract class that analyzes target object and returns result of boolean type.
ClassProvides a base abstract class for classes that allow to get property value of a target object.
ClassA predicate, which checks that the analyzer result is contained in the specified element set.
ClassCollects the processing targets depending on a predicate result.
ClassA predicate that compares target type with given types.
ClassPerforms type cast of target object to TDestTarget.
ClassAnalyzes value of a value getter.
Enumerations
 EnumerationDescription
EnumerationSpecifies available comparison operators for a comparer.
EnumerationSpecifies available conditional operators.
EnumerationSpecifies available the caching methods of processing result.
Interfaces
 InterfaceDescription
InterfaceDefines an interface for information about an AnalyzerResultsComparer<TTarget,TValue>.
InterfaceDefines an interface for an analyzer wrapper.
InterfaceDefines an interface for information about a CompositePredicateAnalyzer<TTarget>.
InterfaceDefines an interface for information about an SetContainsAnalyzerResultPredicate<TTarget,TValue>.
See Also