|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij3d.align.Align3D
public class Align3D
Description of the Class
Field Summary | |
---|---|
protected static int |
PSPC
Description of the Field |
protected static int |
RA
Description of the Field |
protected static int |
RFA
Description of the Field |
Constructor Summary | |
---|---|
Align3D(RealImage3D[] images,
TabUtil[] transforms,
java.lang.String filename)
Constructor for the Align3D object |
Method Summary | |
---|---|
boolean |
activateAverage(int img)
Description of the Method |
void |
activateAverageAll()
Description of the Method |
void |
alignAllWithProjection(int mode,
int direction,
float range,
float inc)
Description of the Method |
void |
alignWithProjection(int index1,
int index2,
int direction,
float range,
float inc)
Description of the Method |
RealImage3D |
average()
Description of the Method |
boolean |
desactivateAverage(int img)
Description of the Method |
void |
desactivateAverageAll()
Description of the Method |
RealImage3D |
getImage(int index)
Gets the image attribute of the Align3D object |
TabUtil |
getTransform(int index)
Gets the transform attribute of the Align3D object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final int RA
protected static final int RFA
protected static final int PSPC
Constructor Detail |
---|
public Align3D(RealImage3D[] images, TabUtil[] transforms, java.lang.String filename)
images
- Description of the Parametertransforms
- Description of the Parameterfilename
- Description of the ParameterMethod Detail |
---|
public void activateAverageAll()
public boolean activateAverage(int img)
img
- Description of the Parameter
public boolean desactivateAverage(int img)
img
- Description of the Parameter
public void desactivateAverageAll()
public RealImage3D average()
public void alignAllWithProjection(int mode, int direction, float range, float inc)
mode
- Description of the Parameterdirection
- Description of the Parameterrange
- Description of the Parameterinc
- Description of the Parameterpublic void alignWithProjection(int index1, int index2, int direction, float range, float inc)
index1
- Description of the Parameterindex2
- Description of the Parameterdirection
- Description of the Parameterrange
- Description of the Parameterinc
- Description of the Parameterpublic RealImage3D getImage(int index)
index
- Description of the Parameter
public TabUtil getTransform(int index)
index
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |