Uses of Class
com.metsci.glimpse.gl.shader.Pipeline

Packages that use Pipeline
com.metsci.glimpse.gl.shader Grammar for parsing GLSL files and programmatically identifying and setting uniform variables. 
com.metsci.glimpse.painter.shape Painters which draw basic geometric shapes: line segments, points, and polygons. 
com.metsci.glimpse.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images. 
 

Uses of Pipeline in com.metsci.glimpse.gl.shader
 

Fields in com.metsci.glimpse.gl.shader declared as Pipeline
static Pipeline Pipeline.empty
           
 

Uses of Pipeline in com.metsci.glimpse.painter.shape
 

Constructors in com.metsci.glimpse.painter.shape with parameters of type Pipeline
ShadedPointPainter(Axis1D colorAxis, Axis1D sizeAxis, Pipeline pipeline)
           
 

Uses of Pipeline in com.metsci.glimpse.painter.texture
 

Methods in com.metsci.glimpse.painter.texture with parameters of type Pipeline
 void ShadedTexturePainter.setPipeline(Pipeline pipeline)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.