|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Template | |
---|---|
cz.cuni.jagrlib | Core JaGrLib package. |
cz.cuni.jagrlib.piece | Public modules (building blocks of JaGrLib compositions). |
cz.cuni.jagrlib.reg | GUI classes for the JaGrLib project. |
cz.cuni.jagrlib.testing | Temporary JaGrLib modules. |
cz.cuni.jagrlib.worker | JaGrLib worker modules - descendants of Worker. |
Uses of Template in cz.cuni.jagrlib |
---|
Classes in cz.cuni.jagrlib that implement Template | |
---|---|
class |
DefaultBlockQuantizer
Default implementation of BlockQuantizer interface. |
class |
DefaultBrepFileFormat
File format default implementation for Brep-based 3D scene data. |
class |
DefaultDiscreteTransform
Default implementation of DiscreteTransform interface.
2D transforms are based on 1D ones (separable extension). |
class |
DefaultFileFormat
File format default implementation. |
class |
DefaultFunctionR2ToR2
Default implementation of FunctionR2ToR2 interface. |
class |
DefaultGeometrySearch
Default implementation of GeometrySearch interface. |
class |
DefaultGraphicsViewer
Default implementation of GraphicsViewer . |
class |
DefaultImageFunction
Default implementation of ImageFunction . |
class |
DefaultImageSynthesizer
Default implementation of ImageSynthesizer interface. |
class |
DefaultInputListener
Default listener for input events. |
class |
DefaultIntFunction
Default implementation of IntFunction interface. |
class |
DefaultLightSource
Default implementation of LightSource interface. |
class |
DefaultRasterFileFormat
File format default implementation for raster image data. |
class |
DefaultRasterGraphics
Default implementation of RasterGraphics interface. |
class |
DefaultRealFunction
Default implementation of RealFunction interface. |
class |
DefaultRender3D
Default implementation of Render3D . |
class |
DefaultSolid
Default implementation of Solid . |
class |
DefaultValueTransferFunction
Default implementation of ValueTransferFunction interface. |
class |
Piece
Basic piece for buildnig computer graphics algorithms (compositions). |
Fields in cz.cuni.jagrlib declared as Template | |
---|---|
protected Template |
BasicPlug.template
Associated Template . |
Methods in cz.cuni.jagrlib that return Template | |
---|---|
Template |
BasicPlug.getTemplate()
Gets the associated Template . |
Template |
Plug.getTemplate()
Gets the associated Template . |
Methods in cz.cuni.jagrlib with parameters of type Template | |
---|---|
static int |
Piece.setTemplate(Template t,
int ord)
General-purpose registration routine. |
int |
Piece.setTemplateDynamic(Template t,
int ord)
Invokes statically declared method "setTemplate(Template,int)" for the given Piece instance. |
Constructors in cz.cuni.jagrlib with parameters of type Template | |
---|---|
BasicPlug(boolean _mandatory,
boolean _multi,
boolean _cloneable,
java.lang.String _inputInterface,
java.lang.String _outputInterface,
Template _template,
java.lang.String _key)
Assign constructor - initializes a new BasicPlug object. |
Uses of Template in cz.cuni.jagrlib.piece |
---|
Classes in cz.cuni.jagrlib.piece that implement Template | |
---|---|
class |
AdditiveNoise
Can add various types of noise to the raster image. |
class |
AlphaGenerator
Generator of alpha-channel test patterns. |
class |
AlphaMatrix
Alpha-mask represented by simple rectangular matrix. |
class |
AmbientLightSource
Ambient light source. |
class |
ArithmeticCodec
Arithmetic codec. |
class |
AudioFilter
Audio filter framework - able to process several simple filters successively. |
class |
AudioReplay
Audio replay module with GUI window. |
class |
AWTWindow
Window able to display general AWT graphics. |
class |
BrepToImage
Brep -> RasterGraphics converter, prepares Brep-vertices for compression. |
class |
BufferedBitStream
Bit-stream object with random access and buffer-capability build on top of RandomAccessFile class. |
class |
Colormaps
Simple colormap store implementation. |
class |
CompressedFormatGray
Gray file format (using predictor, VLC and dynamic arithmetic coder). |
class |
CompressedFormatTransform
Lossy image compression (using discrete image transform, quantization, block coding and dynamic entropy coder). |
class |
Cone
Infinite cone as elementary 3D solid. |
class |
CornellBox
Generates classical Cornell Box. |
class |
CSG2BrepImpl
Implements conversion from CSG scene to boundary scene |
class |
Cube
Cube as elementary 3D solid. |
class |
Cylinder
Infinite cylinder as elementary 3D solid. |
class |
DataMatrix
Module holding N-dimensional data matrix. |
class |
DCT
Discrete cosine transform (can process 1D or 2D data of arbitrary size). |
class |
DeadZoneQuantizer
Linear quantizer with optional dead-zone. |
class |
Deformations
R2->R2 mappings (analytic warping sample transforms). |
class |
EffectBlur
Image effect - blur. |
class |
EffectPixelize
Image effect example - image pixelization. |
class |
Ellipse
Ellipse drawing - two different algorithms for untilted (Bresenham) and tilted (Bond) ellipses. |
class |
FaceRenderFlat
Brep face rendering - flat shading. |
class |
Features
Data store for "features" (for feature-based warping/morphing). |
class |
Filter1DNotch
Audio filter - notch filter (very-narrow-band suppression). |
class |
FloodFillPoint
Flood-fill using FIFO (queue) and point access. |
class |
FractalCompressionQtree
Fractal image compression module. |
class |
FunctionSamples
Function samples. |
class |
GIFFileFormat
GIF file format (persistence of 2D raster graphics data). |
class |
GLBrepRender
GL scene rendering of connected Brep -scene. |
class |
GLWindow
Window able to display GL graphics. |
class |
HDRFileFormat
HDR file format used in Radiance (RGBe RLE-encoded format). |
class |
HDRImage
HDR raster image stored in memory. |
class |
HDRMap
HDR to LDR image conversion. |
class |
HuffmanCodec
Adaptive Huffman codec. |
class |
ImageCompare
Raster image comparison. |
class |
ImageCompute
Image filter - general image composition. |
class |
ImageCrop
Image cropping & scaling. |
class |
ImageKDTree
K-D-tree coding of raster images. |
class |
ImagePredictor
Raster image prediction template. |
class |
ImageTransition
Transition effect between two input raster images. |
static class |
ImageTransition.CutoffTransition
Cutoff transition. |
static class |
ImageTransition.LinearTransition
Linear transition. |
static class |
ImageTransition.RampField
Ramp image field function. |
static class |
ImageTransition.RandomField
Random image field function. |
static class |
ImageTransition.SigmaTransition
Goniometric sigma function. |
class |
IntervalArray
Entropy histogram implementation: map of cummulative frequency interval trees. |
class |
JavaBitStream
Bit-stream object implemented with help of java.io streams ( InputStream ,
OutputStream ). |
class |
JavaText
Text drawing using Graphics implementation. |
class |
JFIFFileFormat
JFIF file format (persistence of 2D raster graphics data). |
class |
JitteringSynthesizer
Jittering image synthesizer with progressive rendering. |
class |
JPEGQuantizer
JPEG-like block quantizer. |
class |
LineAntialias
Antialiased line with arbitrary width and floating-point coordinates. |
class |
LineAntialiasSimple
Antialiased lines with arbitrary ending points. |
class |
LinearQuantizer
Linear scalar quantizer. |
class |
LineBresenham
Bresenham's algorithm for line segments. |
class |
LZWCodec
LZW codec. |
class |
MeshCompressionRLE
Mesh compression format using arbitrary pass order, zero-skipping and optional DPCM. |
class |
MonteCarloFF
This module provides stochastic Monte Carlo methods (hemisphere sampling, area sampling, area-to-area sampling) for form-factor solving. |
class |
MouseFrame
Rectangle image frame defined by interactive mouse input. |
class |
OBJFileFormat
Wavefront OBJ file format (persistence of B-rep 3D data). |
class |
OrderSFC
Rectangle image ordering using various Space-Filling-Curves (SFC). |
class |
OverwriteClassificator
Classificator for overwritting flood-fill. |
class |
PFMFileFormat
PFM (Portable Float Map) file format (persistence of HDR 2D raster graphics data). |
class |
PhongModel
Phong shading model (with constant or Schlick K() term). |
class |
Plane
Plane objects (infinite plane, rectangle, triangle) as elementary 3D solids. |
class |
PNGFileFormat
PNG file format (persistence of 2D raster graphics data). |
class |
Radiosity
Computes illumination of 3D scene using radiosity method. |
class |
RadiosityEquations
Provides SLE (system of linear equations) from Brep for some SLE Solver. |
class |
RankFilter
Rank filter module. |
class |
RasterImage
Raster image stored in memory. |
class |
RasterImagePreview
Raster image preview window. |
class |
RayCasting
Ray casting of CSG scenes. |
class |
RayTracing
Ray tracing of CSG scenes. |
class |
RenderPainter
Depth-sort rendering of Brep database. |
class |
SimpleNoise
Noise function - simple implementations. |
class |
SimpleSLEDataStore
Data object holding system of linear equations (SLE) data - actual data storage w/o any smartness. |
class |
SimpleSynthesizer
Simple image synthesizer with progressive rendering. |
class |
SLEProgressive
SLE solver: progressive refinement (PR). |
class |
SLERelaxation
SLE solver - various relaxation methods. |
class |
SolidColorBrush
Solid-color brush. |
class |
SolidColorPen
Solid-color pen. |
class |
Sphere
Sphere as elementary 3D solid. |
class |
StaticCamera
Static perspective camera - ray generator. |
class |
StaticCSGScene
CSG representation of 3D scenes for Ray-tracing rendering methods. |
class |
StaticPointLightSource
Static point light source. |
class |
StraightRoulette
Simple roulette-wheel: set of intervals with equal size (i.e. equal probability). |
class |
SuperShootGather
SLE solver: special solver for radiosity problems - Super-Shoot-Gather. |
class |
TestImageFunctions
Image functions for sampling tests. |
class |
TestImageLaser
Test image generator - test picture for (laser) printers. |
class |
TextureFunctions
Image functions for 2D textures. |
class |
VEFDS
Boundary representation (B-rep) of 3D scene - implemented by simple arrays. |
class |
WAVFileFormatMapped
WAV sound file filter. |
class |
XTransitionList
Bit-mask represented by "X-transition list" data structure. |
class |
ZigZagCodec
Zig-zag block coding. |
class |
ZLIBCodec
ZLIB codec. |
Methods in cz.cuni.jagrlib.piece with parameters of type Template | |
---|---|
static int |
AWTWindow.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AdditiveNoise.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AlphaGenerator.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AlphaMatrix.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AmbientLightSource.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ArithmeticCodec.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AudioFilter.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AudioReplay.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
BrepToImage.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
BufferedBitStream.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Colormaps.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CompressedFormatGray.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CompressedFormatTransform.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Cone.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CornellBox.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Cube.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Cylinder.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
DCT.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
DataMatrix.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
DeadZoneQuantizer.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Deformations.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
EffectBlur.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
EffectPixelize.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Ellipse.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FaceRenderFlat.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Features.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Filter1DNotch.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FloodFillPoint.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FractalCompressionQtree.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FunctionSamples.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
GIFFileFormat.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
GLBrepRender.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
GLWindow.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
HDRFileFormat.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
HDRImage.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
HDRMap.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
HuffmanCodec.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageCompare.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageCompute.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageCrop.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageKDTree.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImagePredictor.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageTransition.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
IntervalArray.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
JFIFFileFormat.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
JPEGQuantizer.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
JavaBitStream.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
JavaText.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
JitteringSynthesizer.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LZWCodec.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineAntialias.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineAntialiasSimple.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineBresenham.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LinearQuantizer.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
MeshCompressionRLE.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
MonteCarloFF.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
MouseFrame.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
OBJFileFormat.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
OrderSFC.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
OverwriteClassificator.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PFMFileFormat.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PNGFileFormat.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PhongModel.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Plane.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Radiosity.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RadiosityEquations.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RankFilter.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RasterImage.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RasterImagePreview.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RayCasting.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RayTracing.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RenderPainter.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SLEProgressive.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SLERelaxation.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SimpleNoise.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SimpleSLEDataStore.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SimpleSynthesizer.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SolidColorBrush.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SolidColorPen.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Sphere.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
StaticCSGScene.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
StaticCamera.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
StaticPointLightSource.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
StraightRoulette.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SuperShootGather.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
TestImageFunctions.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
TestImageLaser.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
TextureFunctions.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
VEFDS.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
WAVFileFormatMapped.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
XTransitionList.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ZLIBCodec.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ZigZagCodec.setTemplate(Template t,
int ord)
General-purpose registration routine. |
Uses of Template in cz.cuni.jagrlib.reg |
---|
Classes in cz.cuni.jagrlib.reg that implement Template | |
---|---|
class |
RegPiece
Registration data for Piece. |
Uses of Template in cz.cuni.jagrlib.testing |
---|
Classes in cz.cuni.jagrlib.testing that implement Template | |
---|---|
class |
AnisotropicMicrofacet
Anisotropic microfacet distribution. |
class |
AntCity
Renders Ant-city (pilot implementation - not correct). |
class |
BezierCurve
Algorithm for drawing a Bezier cubic curve |
class |
BezierRegular
Algorithm for drawing Bezier cubic curve. |
class |
BlinnMicrofacet
Blinn microfacet distribution. |
class |
BlueScreen
Image filter example - blue-screen masking. |
class |
BrepSolid
3D rendering example - wire-frame rendering of Brep database. |
class |
Colormap332
Color-reducing example - 3-3-2 palette generator. |
class |
ColorReduce
Color-reducing example - rounding with 3-3-2 color palette. |
class |
ColorReduceRound
Color-reducing example - rounding with pre-defined color palette. |
class |
CompressedFormatBW
B/W file format (using simple Entropy codec to encode raster data). |
class |
CompressedFormatOrder
Pal file format with arbitrary pass order (using simple Entropy codec to encode colormapped raster data). |
class |
CompressedFormatPal
Pal file format (using simple Entropy codec to encode colormapped raster data). |
class |
CompressedFormatRGB
RGB file format (using simple Entropy codec to encode raster data). |
class |
CookTorranceModel
Cook-Torrance shading model. |
class |
DefaultRenderer
Default renderer of CSG scenes. |
class |
DepthSort
Depth-sorting example - incorrect behavior for general scenes with large faces. |
class |
DirectionalLightSource
Directional light source shining uniformly in one direction. |
class |
DirectLightMapVisualizer
Direct light map visualizer for JGL scenes. |
class |
DrawAxes
Draws simple 3D scene to test projection matrices. |
class |
DrawAxesGL
Draws simple 3D scene to test projection matrices (OpenGL version). |
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 |
FresnelConductor
Represents Fresnel equation for conductors. |
class |
FresnelDielectric
Represents Fresnel equation for dielectric. |
class |
GraphR2ToR
3D rendering example - graph of R^2 -> R mapping. |
class |
CheckerTexture
Texture specimen - simple checkerboard (modifies base surface color). |
class |
ImageConvert
Image filter example - image convert. |
class |
InteractiveProjection
Computes 3D-to-2D transformation matrix from interactive mouse/keyboard events. |
class |
LambertianModel
Lambertian shading model. |
class |
LineClipping
Line clipping template. |
class |
Lissajous
Raster drawing specimen - Lissajous curve. |
class |
OrderedDither
Ordered Dithering. |
class |
OrderSerpentine
Order2D example - serpentine image order. |
class |
OrenNayarModel
Oren-Nayar shading model. |
class |
PathTracing
Path tracing of JGL scenes. |
class |
PhotonMap
Module for photon storing. |
class |
PhotonTracing
Illuminates scene by tracing photons through the scene and saving them into the map. |
class |
PolygonClip
Polygon clipping - arbitrary polygon vs. sinple polygonal window. |
class |
PolygonFill
Polygon fill - pilot implementation. |
class |
PolygonFillAnti
Polygon fill with antialiasing - pilot implementation. |
class |
PolylineAntialias
Antialiased thick polyline template. |
class |
RadiosityHierarch
Computes illumination of scene by multi-level hierarchical radiosity method. |
class |
RayCastingNew
Ray casting of JGL scenes. |
class |
RayTracingNew
Ray tracing of JGL scenes. |
class |
RenderWireframe
3D rendering example - wire-frame rendering of Brep database. |
class |
Revolution
Surface of revolution as elementary 3D solid. |
class |
SampleColormap
Sample colormap generator. |
class |
SampleRasterSearch
Sample raster-search implementation. |
class |
SFCDither
Error-distribution dithering along external space-filling-curve. |
class |
SimpleGLGraphics
Simple GLGraphics using simple GLUT objects. |
class |
SLEHierarchical
Solver for multi-level hierarchical radiosity method. |
class |
SolidSpecimen
Solid specimen - elementary 3D solid. |
class |
SpecularReflection
Represents perfect specular reflection. |
class |
SpecularTransmission
Represents perfect specular transmission. |
class |
SpotTexture
Texture specimen - simple 3D spot-like texture (modifies base surface color). |
class |
StaticAreaLightSource
Square light source shining non-uniformly (amount of power depends on divergence of the photon direction) through the whole hemisphere which lies on front side of the face. |
class |
StaticSphericalLightSource
Spherical light shining all around. |
class |
StaticSpotLightSource
Static point light source. |
class |
Test3DScene
Creates sample 3D scene ( Brep ) for testing of rendering algorithms. |
class |
TestGamma
Test image specimen - gamma tester. |
class |
TriMeshDeformation
Triangle-mesh warping: sample R^2 -> R^2 mapping using triangle mesh stored in Brep . |
class |
TriMeshEditor
Interactive triangle-mesh editor specimen. |
class |
UniformGrid
Uniform grid for fast searching. |
class |
WarpEngine
Warping engine example - does naive forward mapping. |
class |
WarpingSpecimen
Interactive image filter example - image warping specimen. |
Methods in cz.cuni.jagrlib.testing with parameters of type Template | |
---|---|
static int |
AnisotropicMicrofacet.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AntCity.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
BezierCurve.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
BezierRegular.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
BlinnMicrofacet.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
BlueScreen.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
BrepSolid.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CheckerTexture.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ColorReduce.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ColorReduceRound.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Colormap332.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CompressedFormatBW.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CompressedFormatOrder.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CompressedFormatPal.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CompressedFormatRGB.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CookTorranceModel.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
DepthSort.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
DirectLightMapVisualizer.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
DirectionalLightSource.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
DrawAxes.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
DrawAxesGL.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FeatureDeformation.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FinalGathering.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FractalCircles.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FresnelConductor.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FresnelDielectric.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
GraphR2ToR.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageConvert.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
InteractiveProjection.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LambertianModel.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineClipping.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Lissajous.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
OrderSerpentine.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
OrderedDither.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
OrenNayarModel.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PathTracing.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PhotonMap.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PhotonTracing.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PolygonClip.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PolygonFill.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PolygonFillAnti.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PolylineAntialias.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RadiosityHierarch.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RayCastingNew.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RayTracingNew.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
RenderWireframe.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Revolution.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SFCDither.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SLEHierarchical.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SampleColormap.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SampleRasterSearch.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SimpleGLGraphics.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SolidSpecimen.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SpecularReflection.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SpecularTransmission.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SpotTexture.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
StaticAreaLightSource.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
StaticSphericalLightSource.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
StaticSpotLightSource.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Test3DScene.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
TestGamma.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
TriMeshDeformation.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
TriMeshEditor.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
UniformGrid.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
WarpEngine.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
WarpingSpecimen.setTemplate(Template t,
int ord)
General-purpose registration routine. |
Uses of Template in cz.cuni.jagrlib.worker |
---|
Classes in cz.cuni.jagrlib.worker that implement Template | |
---|---|
class |
AlphaWorker
Worker: alpha blending test composition. |
class |
AnimationWorker
Meta-worker for animation rendering. |
class |
AntCityWorker
Worker: interactive ant-city rendering. |
class |
AudioFilterWorker
Worker for audio replay and filtering. |
class |
BezierWorker
Worker: Cubic curve drawing test composition. |
class |
ColorReduceWorker
Worker: color reduce test composition. |
class |
CompressionWorker
Worker: general data compression. |
class |
EllipseWorker
Worker: ellipse drawing test composition. |
class |
FeatureWarpingWorker
Worker for feature-based warping test composition. |
class |
FloodFillWorker
Worker: flood-fill test composition. |
class |
GlobalIlluminationWorker
Worker: computes illumination of scene using some global method and renders the result. |
class |
GLWorker
Worker: GL graphics drawn in infinite loop. |
class |
GridRenderWorker
Worker for raster-based imaging: ImageSynthesizer generates
raster image (RasterGraphics ). |
class |
ImageCompositionWorker
Worker: raster image composition. |
class |
ImageCompressionWorker
Worker: image compression test composition. |
class |
ImageFilterWorker
Worker: image filter test composition. |
class |
LineAntiWorker
Worker: anti-aliased line drawing test composition. |
class |
LineClipAntiWorker
Worker: line clipping with antia-aliasing composition. |
class |
LineClipWorker
Worker: line clipping & drawing test composition. |
class |
LineWorker
Worker: line drawing test composition. |
class |
LineWorkerStar
Worker: line drawing test composition (star-shape). |
class |
PolygonClipWorker
Worker: polygon clipping test composition. |
class |
PolygonFillAntiWorker
Worker: polygon fill with antialiasing test composition. |
class |
PolygonFillWorker
Worker: polygon fill test composition. |
class |
PolylineAntiWorker
Worker: anti-aliased thick poly-line drawing test composition. |
class |
ProjectionWorker
Worker: interactive projection setup. |
class |
Render3DWorker
Worker: 3D rendering (3D scene, Render3D renderer, result raster image)). |
class |
SampleRenderWorker
Worker for sample-based rendering (Ray-casting, ray-tracing). |
class |
Search2DWorker
Worker: GeometrySearch tests (2D center-pass & ray-pass). |
class |
TextWorker
Worker: text drawing test composition. |
class |
TriangleWarpingWorker
Worker for triangle-mesh warping test composition. |
class |
WarpingWorker
Worker: interactive raster image warping (two-phase- Trigger warper module). |
Methods in cz.cuni.jagrlib.worker with parameters of type Template | |
---|---|
static int |
AlphaWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AnimationWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AntCityWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
AudioFilterWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
BezierWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ColorReduceWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
CompressionWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
EllipseWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FeatureWarpingWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
FloodFillWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
GLWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
GlobalIlluminationWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
GridRenderWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageCompositionWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageCompressionWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ImageFilterWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineAntiWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineClipAntiWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineClipWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
LineWorkerStar.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PolygonClipWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PolygonFillAntiWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PolygonFillWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
PolylineAntiWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
ProjectionWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Render3DWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
SampleRenderWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
Search2DWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
TextWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
TriangleWarpingWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
static int |
WarpingWorker.setTemplate(Template t,
int ord)
General-purpose registration routine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |