de.grogra.math
Interface ChannelMap

All Known Subinterfaces:
ColorMap
All Known Implementing Classes:
AffineUVTransformation, BumpMap, Carpenter, ChannelBlend, ChannelMapNode, ChannelSPD, Checker, ColorMapNode, Filter, Gradient, Granite, Graytone, ImageMap, Julia, Laplace3D, Leopard, Mandel, Material, Phong, RGBColor, Smooth3D, SunSkyLight, SurfaceMap, SyntheticTexture, Turbulence, UVTransformation, VolumeChecker, VolumeFunction, VolumeTurbulence, Wood, XYZTransformation

public interface ChannelMap


Method Summary
 void accept(ChannelMapVisitor visitor)
           
 float getFloatValue(ChannelData cache, int channel)
           
 java.lang.Object getObjectValue(ChannelData cache, int channel)
           
 int getStamp()
           
 

Method Detail

accept

void accept(ChannelMapVisitor visitor)

getFloatValue

float getFloatValue(ChannelData cache,
                    int channel)

getObjectValue

java.lang.Object getObjectValue(ChannelData cache,
                                int channel)

getStamp

int getStamp()