public class Define_Bounding_Box extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
static int |
defaultBoundingBoxAlgorithm |
static String |
defaultName |
static ArrayList<BoundingBoxGUI> |
staticBoundingBoxAlgorithms |
Constructor and Description |
---|
Define_Bounding_Box() |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
defineBoundingBox(SpimData2 data,
List<ViewId> viewIds) |
BoundingBox |
defineBoundingBox(SpimData2 data,
List<ViewId> viewIds,
String clusterExtension,
String xmlFileName,
boolean saveXML) |
static void |
main(String[] args) |
void |
run(String arg0) |
public static ArrayList<BoundingBoxGUI> staticBoundingBoxAlgorithms
public static int defaultBoundingBoxAlgorithm
public static String defaultName
public void run(String arg0)
run
in interface ij.plugin.PlugIn
public BoundingBox defineBoundingBox(SpimData2 data, List<ViewId> viewIds)
public BoundingBox defineBoundingBox(SpimData2 data, List<ViewId> viewIds, String clusterExtension, String xmlFileName, boolean saveXML)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.