public abstract class GeodesicReconstructionAlgoStub extends AlgoStub implements GeodesicReconstructionAlgo
| Modifier and Type | Field and Description |
|---|---|
protected int |
connectivity
The connectivity of the algorithm, either 4 or 8.
|
boolean |
showProgress
Boolean flag for the display of algorithm progress in ImageJ status bar
|
boolean |
showStatus
Boolean flag for the display of algorithm state in ImageJ status bar
|
boolean |
verbose
Boolean flag for the display of debugging infos.
|
| Constructor and Description |
|---|
GeodesicReconstructionAlgoStub() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectivity()
Returns the chosen connectivity of the algorithm, either 4 or 8.
|
void |
setConnectivity(int conn)
Changes the connectivity of the algorithm to either 4 or 8.
|
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyToprotected int connectivity
public boolean verbose
public boolean showStatus
public boolean showProgress
public int getConnectivity()
GeodesicReconstructionAlgogetConnectivity in interface GeodesicReconstructionAlgopublic void setConnectivity(int conn)
GeodesicReconstructionAlgosetConnectivity in interface GeodesicReconstructionAlgoconn - the connectivity to use, either 4 or 8Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.