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.obscure JaGrLib modules and other classes w/o public source code. 
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 CSGCommonNode
          Common code for CSG nodes.
 class CSGLeaf
          Leaf node (holding elementary solid) of CSG scene representation.
 class CSGNode
          Inner node of CSG scene representation.
 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.obscure
 

Classes in cz.cuni.jagrlib.obscure that implement TimeDependent
 class AdaptiveJitteringSynthesizer
          Jittering image synthesizer with progressive rendering.
 class Mandelbrot
          Fractal - Mandelbrot set.
 

Uses of TimeDependent in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement TimeDependent
 class DynamicCSGScene
          CSG representation of 3D scenes for Ray-tracing rendering methods.
 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 FeatureDeformation
          Feature-based warping/morphing: sample R^2->R^2 mapping using feature set stored in FeratureStore.
 class FractalCircles
          Fractal specimen - simple concentrating circles.
 class TestGamma
          Test image specimen - gamma tester.