Package cz.cuni.jagrlib.testing

Temporary JaGrLib modules.

See:
          Description

Class Summary
AntCity Renders Ant-city (pilot implementation - not correct).
BezierCurve Algorithm for drawing a Bezier cubic curve
BezierRegular Algorithm for drawing Bezier cubic curve.
BlueScreen Image filter example - blue-screen masking.
BrepSolid 3D rendering example - wire-frame rendering of Brep database.
BrepSolid.TmpData Temporary object to hold intersection data for BrepSolid.
Colormap332 Color-reducing example - 3-3-2 palette generator.
ColorReduce Color-reducing example - rounding with 3-3-2 color palette.
ColorReduceRound Color-reducing example - rounding with pre-defined color palette.
CompressedFormatBW B/W file format (using simple Entropy codec to encode raster data).
CompressedFormatOrder Pal file format with arbitrary pass order (using simple Entropy codec to encode colormapped raster data).
CompressedFormatPal Pal file format (using simple Entropy codec to encode colormapped raster data).
CompressedFormatRGB RGB file format (using simple Entropy codec to encode raster data).
DepthSort Depth-sorting example - incorrect behavior for general scenes with large faces.
DrawAxes Draws simple 3D scene to test projection matrices.
DrawAxesGL Draws simple 3D scene to test projection matrices (OpenGL version).
EulerBrep Euper operators - non-functional specimen.
FeatureDeformation Feature-based warping/morphing: sample R^2->R^2 mapping using feature set stored in FeratureStore.
FractalCircles Fractal specimen - simple concentrating circles.
GraphR2ToR 3D rendering example - graph of R^2 -> R mapping.
CheckerTexture Texture specimen - simple checkerboard (modifies base surface color).
ImageConvert Image filter example - image convert.
InteractiveProjection Computes 3D-to-2D transformation matrix from interactive mouse/keyboard events.
LineClipping Line clipping template.
Lissajous Raster drawing specimen - Lissajous curve.
OrderedDither Ordered Dithering.
OrderSerpentine Order2D example - serpentine image order.
PolygonClip Polygon clipping - arbitrary polygon vs. sinple polygonal window.
PolygonFill Polygon fill - pilot implementation.
PolygonFillAnti Polygon fill with antialiasing - pilot implementation.
PolylineAntialias Antialiased thick polyline template.
RenderWireframe 3D rendering example - wire-frame rendering of Brep database.
Revolution Surface of revolution as elementary 3D solid.
Revolution.TmpData Temporary object to hold intersection data for Revolution.
SampleColormap Sample colormap generator.
SampleRasterSearch Sample raster-search implementation.
SFCDither Error-distribution dithering along external space-filling-curve.
SimpleGLGraphics Simple GLGraphics using simple GLUT objects.
SolidSpecimen Solid specimen - elementary 3D solid.
SolidSpecimen.TmpData Temporary object to hold intersection data for SolidSpecimen.
SpotTexture Texture specimen - simple 3D spot-like texture (modifies base surface color).
Test3DScene Creates sample 3D scene (Brep) for testing of rendering algorithms.
TestGamma Test image specimen - gamma tester.
TriMeshDeformation Triangle-mesh warping: sample R^2 -> R^2 mapping using triangle mesh stored in Brep.
TriMeshEditor Interactive triangle-mesh editor specimen.
UniformGrid Uniform grid for fast searching.
UniformGrid.GridHeapItem Support class for grid-pass.
WarpEngine Warping engine example - does naive forward mapping.
WarpingSpecimen Interactive image filter example - image warping specimen.
 

Enum Summary
OrderSerpentine.OrderType Implemented order types.
SampleColormap.ColormapType Implemented colormap types.
TriMeshEditor.State GUI actions/states.
WarpingSpecimen.State GUI actions/states.
 

Package cz.cuni.jagrlib.testing Description

Temporary JaGrLib modules.

Since:
0.23
Version:
0.23 $Rev: 857 $ $Date: 2009-02-17 11:22:13 +0100 (Ășt, 17 II 2009) $ $Author: pepca $
Author:
Josef Pelikan (PE)
See Also:
cz.cuni.jagrlib.piece, cz.cuni.jagrlib.worker, cz.cuni.jagrlib.obscure