ij.plugin
Class ZProjector.MaxIntensity

java.lang.Object
  extended by ij.plugin.ZProjector.RayFunction
      extended by ij.plugin.ZProjector.MaxIntensity
Enclosing class:
ZProjector

 class ZProjector.MaxIntensity
extends ZProjector.RayFunction

Compute max intensity projection.


Constructor Summary
ZProjector.MaxIntensity(FloatProcessor fp)
          Simple constructor since no preprocessing is necessary.
 
Method Summary
 void projectSlice(byte[] pixels)
          Do actual slice projection for specific data types.
 void projectSlice(float[] pixels)
           
 void projectSlice(short[] pixels)
           
 
Methods inherited from class ij.plugin.ZProjector.RayFunction
postProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZProjector.MaxIntensity

public ZProjector.MaxIntensity(FloatProcessor fp)
Simple constructor since no preprocessing is necessary.

Method Detail

projectSlice

public void projectSlice(byte[] pixels)
Description copied from class: ZProjector.RayFunction
Do actual slice projection for specific data types.

Specified by:
projectSlice in class ZProjector.RayFunction

projectSlice

public void projectSlice(short[] pixels)
Specified by:
projectSlice in class ZProjector.RayFunction

projectSlice

public void projectSlice(float[] pixels)
Specified by:
projectSlice in class ZProjector.RayFunction