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

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

Fields in cz.cuni.jagrlib declared as Intersectable
protected  Intersectable DefaultLightSource.inter
          Object used for light-source visibility tests.
 

Methods in cz.cuni.jagrlib that return Intersectable
 Intersectable DefaultLightSource.setIntersectable(Intersectable intersect)
          Sets intersectable object (for light-source of visibility: DefaultLightSource.lights(MicroFacet), ..).
 

Methods in cz.cuni.jagrlib with parameters of type Intersectable
 Intersectable DefaultLightSource.setIntersectable(Intersectable intersect)
          Sets intersectable object (for light-source of visibility: DefaultLightSource.lights(MicroFacet), ..).
 

Uses of Intersectable in cz.cuni.jagrlib.iface
 

Subinterfaces of Intersectable in cz.cuni.jagrlib.iface
 interface RTScene
          3D scene representation for Ray-tracing.
 

Methods in cz.cuni.jagrlib.iface that return Intersectable
 Intersectable LightSource.setIntersectable(Intersectable inter)
          Sets intersectable object (for light-source of visibility: LightSource.lights(MicroFacet), ..).
 

Methods in cz.cuni.jagrlib.iface with parameters of type Intersectable
 Intersectable LightSource.setIntersectable(Intersectable inter)
          Sets intersectable object (for light-source of visibility: LightSource.lights(MicroFacet), ..).
 

Uses of Intersectable in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement Intersectable
 class StaticCSGScene
          CSG representation of 3D scenes for Ray-tracing rendering methods.
 

Fields in cz.cuni.jagrlib.piece declared as Intersectable
protected  Intersectable RayCasting.inter
          Accelerator: object used for intersections.
 

Uses of Intersectable in cz.cuni.jagrlib.testing
 

Fields in cz.cuni.jagrlib.testing declared as Intersectable
protected  Intersectable DefaultRenderer.inter
          Accelerator: object used for intersections.
protected  Intersectable PhotonTracing.inter
          Accelerator: intersection between scene and ray.