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

Packages that use ImageFunction
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 ImageFunction in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement ImageFunction
 class DefaultImageFunction
          Default implementation of ImageFunction.
 

Uses of ImageFunction in cz.cuni.jagrlib.obscure
 

Methods in cz.cuni.jagrlib.obscure with parameters of type ImageFunction
protected  void AdaptiveJitteringSynthesizer.computePixel(ImageFunction f, int x, int y, double[] pre)
           
protected  long AdaptiveJitteringSynthesizer.checkPixel(ImageFunction f, int x, int y, double[] color)
           
protected  void AdaptiveJitteringSynthesizer.subpixel(ImageFunction f, double x, double y, double half, long oh, double ox, double oy, double or, double og, double ob, int depth, double[] result)
           
 

Uses of ImageFunction in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement ImageFunction
 class RayCasting
          Ray casting of CSG scenes.
 class RayTracing
          Ray tracing of CSG scenes.
 class TestImageFunctions
          Image functions for sampling tests.
 class TextureFunctions
          Image functions for 2D textures.
 

Fields in cz.cuni.jagrlib.piece declared as ImageFunction
protected  ImageFunction RenderDepthBuffer.TextureShader.texture
           
 

Methods in cz.cuni.jagrlib.piece with parameters of type ImageFunction
protected  void JitteringSynthesizer.computePixel(ImageFunction f, int x, int y, double[] pre)
           
 

Constructors in cz.cuni.jagrlib.piece with parameters of type ImageFunction
RenderDepthBuffer.TextureShader(RasterGraphics out, ImageFunction tex)