Uses of Class
cz.cuni.jagrlib.DefaultBrepIterator

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

Subclasses of DefaultBrepIterator in cz.cuni.jagrlib
 class DefaultBrepIteratorArr
          Default implementation of BrepIterator interface - using precomputed array.
 class DefaultBrepIteratorOrd
          Default implementation of BrepIterator interface - using simple ordinal value.
 

Uses of DefaultBrepIterator in cz.cuni.jagrlib.piece
 

Subclasses of DefaultBrepIterator in cz.cuni.jagrlib.piece
protected  class VEFDS.DivisionIterator
          Iterator for all divisions in the scene.
protected  class VEFDS.EdgeInFaceIterator
          Iterator for edges in the given face.
protected  class VEFDS.EdgeIterator
          Iterator for all edges in the scene.
protected  class VEFDS.FaceInSolidIterator
          Iterator for faces in the given solid.
protected  class VEFDS.FaceIterator
          Iterator for all faces in the scene.
protected  class VEFDS.SolidIterator
          Iterator for all solids in the scene.
protected  class VEFDS.VertexInFaceIterator
          Iterator for vertices in the given face.
protected  class VEFDS.VertexIterator
          Iterator for all vertices in the scene.
 

Uses of DefaultBrepIterator in cz.cuni.jagrlib.testing
 

Subclasses of DefaultBrepIterator in cz.cuni.jagrlib.testing
protected  class UniformGrid.CenterIterator
          Custom iterator for center pass.
protected  class UniformGrid.RayIteratorOld
          Custom iterator for ray-segment-pass (old version).
protected  class UniformGrid.RaySegmentIterator2D
          Custom iterator for ray-segment-pass (new version - 2DDDA).
protected  class UniformGrid.RayTriangleIterator3D
          Custom iterator for ray-triangle-pass (3DDDA).