|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.ZProjector.RayFunction
abstract class ZProjector.RayFunction
Abstract class that specifies structure of ray function. Preprocessing should be done in derived class constructors.
Constructor Summary | |
---|---|
ZProjector.RayFunction()
|
Method Summary | |
---|---|
void |
postProcess()
Perform any necessary post processing operations, e.g. |
abstract void |
projectSlice(byte[] pixels)
Do actual slice projection for specific data types. |
abstract void |
projectSlice(float[] pixels)
|
abstract void |
projectSlice(short[] pixels)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ZProjector.RayFunction()
Method Detail |
---|
public abstract void projectSlice(byte[] pixels)
public abstract void projectSlice(short[] pixels)
public abstract void projectSlice(float[] pixels)
public void postProcess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |