public class InteractiveSnake_Hermite3D extends ScreenSelectorClass implements ij.plugin.filter.PlugInFilter
| Modifier and Type | Field and Description |
|---|---|
OptMath |
optThis |
protected boolean |
ShowLabels |
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING| Constructor and Description |
|---|
InteractiveSnake_Hermite3D() |
InteractiveSnake_Hermite3D(java.lang.String thetitle) |
| Modifier and Type | Method and Description |
|---|---|
boolean[][][] |
close() |
void |
CreateMask() |
void |
run(ij.process.ImageProcessor ip)
Filters use this method to process the image.
|
void |
SaveMask_asDicom() |
void |
SaveMask() |
int |
setup(java.lang.String arg,
ij.ImagePlus imp)
This method is called once when the filter is loaded.
|
void |
showAbout() |
java.lang.String |
toString() |
void |
UpdateAttributes() |
void |
UpdateScreen() |
void |
UpdateSelection(int scrX,
int scrY,
java.lang.String type_str) |
keyPressed, mouseDragged, mouseMoved, mousePressed, mouseReleasedprotected boolean ShowLabels
public OptMath optThis
public InteractiveSnake_Hermite3D()
public InteractiveSnake_Hermite3D(java.lang.String thetitle)
public void showAbout()
public void run(ij.process.ImageProcessor ip)
ij.plugin.filter.PlugInFilternull.run in interface ij.plugin.filter.PlugInFilterpublic int setup(java.lang.String arg,
ij.ImagePlus imp)
ij.plugin.filter.PlugInFilterFor Plugin-filters specifying the FINAL_PROCESSING flag, the setup method will be called again, this time with arg = "final" after all other processing is done.
setup in interface ij.plugin.filter.PlugInFilterpublic java.lang.String toString()
toString in class java.lang.Objectpublic void UpdateAttributes()
public void UpdateScreen()
UpdateScreen in class ScreenSelectorClasspublic void UpdateSelection(int scrX,
int scrY,
java.lang.String type_str)
UpdateSelection in class ScreenSelectorClasspublic void CreateMask()
public void SaveMask()
public void SaveMask_asDicom()
public boolean[][][] close()