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

Packages that use ImageFunction
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

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.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.
 

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

Uses of ImageFunction in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement ImageFunction
 class DefaultRenderer
          Default renderer of CSG scenes.
 class DirectLightMapVisualizer
          Direct light map visualizer for JGL scenes.
 class FinalGathering
          Final gathering as a final step of photon mapping.
 class PathTracing
          Path tracing of JGL scenes.
 class RayCastingNew
          Ray casting of JGL scenes.
 class RayTracingNew
          Ray tracing of JGL scenes.