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

Packages that use TimeDependent
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of TimeDependent in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement TimeDependent
 class DefaultImageFunction
          Default implementation of ImageFunction.
 class DefaultImageSynthesizer
          Default implementation of ImageSynthesizer interface.
 

Uses of TimeDependent in cz.cuni.jagrlib.iface
 

Subinterfaces of TimeDependent in cz.cuni.jagrlib.iface
 interface ImageFunction
          Abstract image function (R2 -> RN mapping).
 interface ImageSynthesizer
          Abstract interface for image-synthesizing algorithms.
 interface RTScene
          3D scene representation for Ray-tracing.
 

Uses of TimeDependent in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement TimeDependent
 class JitteringSynthesizer
          Jittering image synthesizer with progressive rendering.
 class RayCasting
          Ray casting of CSG scenes.
 class RayTracing
          Ray tracing of CSG scenes.
 class SimpleSynthesizer
          Simple image synthesizer with progressive rendering.
 class StaticCSGScene
          CSG representation of 3D scenes for Ray-tracing rendering methods.
 class TestImageFunctions
          Image functions for sampling tests.
 class TestImageLaser
          Test image generator - test picture for (laser) printers.
 class TextureFunctions
          Image functions for 2D textures.
 

Uses of TimeDependent in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement TimeDependent
 class DefaultRenderer
          Default renderer of CSG scenes.
 class DirectLightMapVisualizer
          Direct light map visualizer for JGL scenes.
 class FeatureDeformation
          Feature-based warping/morphing: sample R^2->R^2 mapping using feature set stored in FeratureStore.
 class FinalGathering
          Final gathering as a final step of photon mapping.
 class FractalCircles
          Fractal specimen - simple concentrating circles.
 class PathTracing
          Path tracing of JGL scenes.
 class RayCastingNew
          Ray casting of JGL scenes.
 class RayTracingNew
          Ray tracing of JGL scenes.
 class TestGamma
          Test image specimen - gamma tester.