StitchingFunction Class Reference

#include <Function.h>

Inherits Function.


Public Member Functions

 StitchingFunction (Object *funcObj, Dict *dict)
virtual ~StitchingFunction ()
virtual Functioncopy ()
virtual void transform (double *in, double *out)
virtual GBool isOk ()

Private Member Functions

 StitchingFunction (StitchingFunction *func)

Private Attributes

int k
Function ** funcs
double * bounds
double * encode
GBool ok


Detailed Description

Definition at line 137 of file Function.h.


Constructor & Destructor Documentation

StitchingFunction::StitchingFunction ( Object funcObj,
Dict dict 
)

Referenced by copy().

virtual StitchingFunction::~StitchingFunction (  )  [virtual]

StitchingFunction::StitchingFunction ( StitchingFunction func  )  [private]


Member Function Documentation

virtual Function* StitchingFunction::copy (  )  [inline, virtual]

Implements Function.

Definition at line 142 of file Function.h.

References StitchingFunction().

00142 { return new StitchingFunction(this); }

virtual void StitchingFunction::transform ( double *  in,
double *  out 
) [virtual]

Implements Function.

virtual GBool StitchingFunction::isOk (  )  [inline, virtual]

Implements Function.

Definition at line 144 of file Function.h.

References ok.

00144 { return ok; }


Field Documentation

int StitchingFunction::k [private]

Definition at line 150 of file Function.h.

Function** StitchingFunction::funcs [private]

Definition at line 151 of file Function.h.

double* StitchingFunction::bounds [private]

Definition at line 152 of file Function.h.

double* StitchingFunction::encode [private]

Definition at line 153 of file Function.h.

GBool StitchingFunction::ok [private]

Definition at line 154 of file Function.h.

Referenced by isOk().


The documentation for this class was generated from the following file:
Generated on Fri Jan 9 14:45:39 2009 for libextractor by  doxygen 1.5.1