StitchingFunction Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class is a Type 3 function define a stitching of the subdomains of several 1-input functions to produce a single new 1-input function.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.Resources.FunctionsFunction
      Apitron.PDF.Kit.FixedLayout.Resources.FunctionsStitchingFunction

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Functions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class StitchingFunction : Function

The StitchingFunction type exposes the following members.

Constructors

  NameDescription
Public methodStitchingFunction(String, Double, String, Double, Double)
Initializes a new instance of the StitchingFunction class.
Public methodStitchingFunction(String, Double, Double, String, Double, Double)
Initializes a new instance of the StitchingFunction class.
Top
Properties

  NameDescription
Public propertyBounds
Gets an array of k − 1 numbers that, in combination with Domain, shall define the intervals to which each function from the Functions array shall apply. Bounds elements shall be in order of increasing value, and each value shall be within the domain defined by Domain.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyDomain
Gets the domain. The domain is an array of 2 × m numbers, where m shall be the number of input values. For each i from 0 to m − 1, Domain2i shall be less than or equal to Domain2i+1, and the ith input value, xi, shall lie in the interval Domain2i ≤ xi ≤ Domain2i+1. Input values outside the declared domain shall be clipped to the nearest boundary value.
(Inherited from Function.)
Public propertyEncode
Gets an array of 2 × k numbers that, taken in pairs, shall map each subset of the domain defined by Domain and the Bounds array to the domain of the corresponding function.
Public propertyFunctionIds
Gets an array of k 1-input functions that shall make up the stitching function. The output dimensionality of all functions shall be the same, and compatible with the value of Range if Range is present.
Public propertyFunctionType
Gets the function type.
(Overrides FunctionFunctionType.)
Public propertyRange
Gets the range. (Required for FunctionType.Sampled and FunctionType.PostScript functions, optional otherwise) An array of 2 × n numbers, where n shall be the number of output values. For each j from 0 to n − 1, Range2j shall be less than or equal to Range2j+1, and the jth output value, yj , shall lie in the interval Range2j ≤ yj ≤ Range2j+1. Output values outside the declared range shall be clipped to the nearest boundary value. If this entry is absent, no clipping shall be done.
(Inherited from Function.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference