org.pdfclown.documents.functions.Type3Function Class Reference

Stitching function producing a single new 1-input function from the combination of the subdomains of several 1-input functions [PDF:1.6:3.9.3]. More...

Inheritance diagram for org.pdfclown.documents.functions.Type3Function:
org.pdfclown.documents.functions.Function org.pdfclown.objects.PdfObjectWrapper< PdfDataObject >

List of all members.

Public Member Functions

IList< PdfDirectObjectCalculate (IList< PdfDirectObject > inputs)
 Gets the result of the calculation applied by this function to the specified input values.
override double[] Calculate (double[] inputs)
 Gets the result of the calculation applied by this function to the specified input values.
virtual object Clone (Document context)
 Gets a clone of the object, registered inside the given document context.
virtual bool Delete ()
 Removes the object from its document context.
override bool Equals (object obj)
override int GetHashCode ()

Static Public Member Functions

static PdfDirectObject GetBaseObject (PdfObjectWrapper wrapper)
 Gets the PDF object backing the specified wrapper.
static Function Wrap (PdfDirectObject baseObject)
 Wraps a function base object into a function object.

Protected Member Functions

void CheckCompatibility (object feature)
 Checks whether the specified feature is compatible with the document's conformance version.
delegate IList< Interval< T > > DefaultIntervalsCallback< T > (IList< Interval< T >> intervals)
 Default intervals callback.
IList< Interval< T > > GetIntervals< T > (PdfName key, DefaultIntervalsCallback< T > defaultIntervalsCallback)
 Gets the intervals corresponding to the specified key.
virtual PdfString RetrieveName ()
 Retrieves the name possibly associated to this object, walking through the document's name dictionary.
PdfDirectObject RetrieveNamedBaseObject ()
 Retrieves the object name, if available; otherwise, behaves like PdfObjectWrapper.BaseObject.

Properties

virtual PdfDirectObject BaseObject [get, set]
PdfIndirectObject Container [get]
 Gets the indirect object containing the base object.
PdfIndirectObject DataContainer [get]
 Gets the indirect object containing the base data object.
PdfDictionary Dictionary [get]
 Gets this function's dictionary.
Document Document [get]
 Gets the document context.
IList< double > DomainBounds [get]
 Gets the domain partition bounds whose resulting intervals are respectively applied to each function.
IList< Interval< double > > DomainEncodes [get]
 Gets the mapping of each subdomain into the domain of the corresponding function.
IList< Interval< double > > Domains [get]
 Gets the (inclusive) domains of the input values.
File File [get]
 Gets the file context.
Functions Functions [get]
 Gets the 1-input functions making up this stitching function.
int InputCount [get]
 Gets the number of input values (parameters) of this function.
int OutputCount [get]
 Gets the number of output values (results) of this function.
IList< Interval< double > > Ranges [get]
 Gets the (inclusive) ranges of the output values.

Stitching function producing a single new 1-input function from the combination of the subdomains of several 1-input functions [PDF:1.6:3.9.3].


Member Function Documentation

IList<PdfDirectObject> org.pdfclown.documents.functions.Function.Calculate ( IList< PdfDirectObject inputs  )  [inherited]

Gets the result of the calculation applied by this function to the specified input values.

Parameters:
inputs Input values.
override double [] org.pdfclown.documents.functions.Type3Function.Calculate ( double[]  inputs  )  [virtual]

Gets the result of the calculation applied by this function to the specified input values.

Parameters:
inputs Input values.

Implements org.pdfclown.documents.functions.Function.

void org.pdfclown.objects.PdfObjectWrapper.CheckCompatibility ( object  feature  )  [protected, inherited]

Checks whether the specified feature is compatible with the document's conformance version.

Parameters:
feature Entity whose compatibility has to be checked. Supported types:

virtual object org.pdfclown.objects.PdfObjectWrapper.Clone ( Document  context  )  [virtual, inherited]

Gets a clone of the object, registered inside the given document context.

Parameters:
context Which document the clone has to be registered in.
delegate IList<Interval<T> > org.pdfclown.documents.functions.Function.DefaultIntervalsCallback< T > ( IList< Interval< T >>  intervals  )  [protected, inherited]

Default intervals callback.

Type Constraints
T :IComparable<T> 
virtual bool org.pdfclown.objects.PdfObjectWrapper.Delete (  )  [virtual, inherited]

Removes the object from its document context.

The object is no more usable after this method returns.

Returns:
Whether the object was actually decontextualized (only indirect objects can be decontextualize).
override bool org.pdfclown.objects.PdfObjectWrapper.Equals ( object  obj  )  [inherited]
static PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.GetBaseObject ( PdfObjectWrapper< PdfDataObject wrapper  )  [static, inherited]

Gets the PDF object backing the specified wrapper.

Parameters:
wrapper Object to extract the base from.
override int org.pdfclown.objects.PdfObjectWrapper.GetHashCode (  )  [inherited]
IList<Interval<T> > org.pdfclown.documents.functions.Function.GetIntervals< T > ( PdfName  key,
DefaultIntervalsCallback< T >  defaultIntervalsCallback 
) [protected, inherited]

Gets the intervals corresponding to the specified key.

Type Constraints
T :IComparable<T> 
virtual PdfString org.pdfclown.objects.PdfObjectWrapper.RetrieveName (  )  [protected, virtual, inherited]

Retrieves the name possibly associated to this object, walking through the document's name dictionary.

PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.RetrieveNamedBaseObject (  )  [protected, inherited]

Retrieves the object name, if available; otherwise, behaves like PdfObjectWrapper.BaseObject.

static Function org.pdfclown.documents.functions.Function.Wrap ( PdfDirectObject  baseObject  )  [static, inherited]

Wraps a function base object into a function object.

Parameters:
baseObject Function base object.
Returns:
Function object associated to the base object.

References org.pdfclown.objects.PdfObject.Resolve().


Property Documentation

virtual PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.BaseObject [get, set, inherited]

Gets the underlying reference object, if available; otherwise, gets the underlying data object.

PdfIndirectObject org.pdfclown.objects.PdfObjectWrapper.Container [get, inherited]

Gets the indirect object containing the base object.

PdfIndirectObject org.pdfclown.objects.PdfObjectWrapper.DataContainer [get, inherited]

Gets the indirect object containing the base data object.

PdfDictionary org.pdfclown.documents.functions.Function.Dictionary [get, protected, inherited]

Gets this function's dictionary.

Document org.pdfclown.objects.PdfObjectWrapper.Document [get, inherited]

Gets the document context.

IList<double> org.pdfclown.documents.functions.Type3Function.DomainBounds [get]

Gets the domain partition bounds whose resulting intervals are respectively applied to each function.

IList<Interval<double> > org.pdfclown.documents.functions.Type3Function.DomainEncodes [get]

Gets the mapping of each subdomain into the domain of the corresponding function.

IList<Interval<double> > org.pdfclown.documents.functions.Function.Domains [get, inherited]

Gets the (inclusive) domains of the input values.

Input values outside the declared domains are clipped to the nearest boundary value.

File org.pdfclown.objects.PdfObjectWrapper.File [get, inherited]

Gets the file context.

Functions org.pdfclown.documents.functions.Type3Function.Functions [get]

Gets the 1-input functions making up this stitching function.

The output dimensionality of all functions must be the same.

int org.pdfclown.documents.functions.Function.InputCount [get, inherited]

Gets the number of input values (parameters) of this function.

int org.pdfclown.documents.functions.Function.OutputCount [get, inherited]

Gets the number of output values (results) of this function.

IList<Interval<double> > org.pdfclown.documents.functions.Function.Ranges [get, inherited]

Gets the (inclusive) ranges of the output values.

Output values outside the declared ranges are clipped to the nearest boundary value; if this entry is absent, no clipping is done.

Returns:
null
in case of unbounded ranges.

Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.

Generated on Sat Feb 9 21:08:36 2013 for PDF Clown 0.1.2 by  doxygen 1.6.3