Uses of Interface
cz.cuni.jagrlib.iface.RealFunction

Packages that use RealFunction
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.obscure JaGrLib modules and other classes w/o public source code. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of RealFunction in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement RealFunction
 class DefaultRealFunction
          Default implementation of RealFunction interface.
 

Uses of RealFunction in cz.cuni.jagrlib.obscure
 

Methods in cz.cuni.jagrlib.obscure with parameters of type RealFunction
protected  void AdaptiveJitteringSynthesizer.computePixel(RealFunction rf, int x, int y, double[] pre)
           
 

Uses of RealFunction in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement RealFunction
protected static class ClusterDotDither.RectangleLevelSet
          Level-set function for square dots (external shape function is not considered yet).
protected static class ClusterDotDither.RoundLevelSet
          Level-set function for round dots (w/o transition).
protected static class ClusterDotDither.RoundSquareLevelSet
          Level-set function for round dots with square transition.
 class FunctionSamples
          Function samples.
 class ImageCompare
          Raster image comparison.
static class ImageTransition.CutoffTransition
          Cutoff transition.
static class ImageTransition.LinearTransition
          Linear transition.
static class ImageTransition.RampField
          Ramp image field function.
static class ImageTransition.RandomField
          Random image field function.
static class ImageTransition.SigmaTransition
          Goniometric sigma function.
 class SimpleNoise
          Noise function - simple implementations.
 

Fields in cz.cuni.jagrlib.piece declared as RealFunction
protected  RealFunction ClusterDotDither.field
          Accelerator: actual level-set function.
 

Methods in cz.cuni.jagrlib.piece with parameters of type RealFunction
protected  void JitteringSynthesizer.computePixel(RealFunction rf, int x, int y, double[] pre)
           
protected  void ClusterDotDither.prepareTransferFunction(RealFunction fld)
          Sets level-set function and prepares transfer function table.