Package | Description |
---|---|
bdv.tools.boundingbox | |
bdv.util |
Modifier and Type | Field and Description |
---|---|
protected BoxSelectionOptions |
TransformedRealBoxSelectionDialog.options |
protected BoxSelectionOptions |
TransformedBoxSelectionDialog.options |
Modifier and Type | Method and Description |
---|---|
BoxSelectionOptions |
BoxSelectionOptions.initialTimepoint(int t) |
BoxSelectionOptions |
BoxSelectionOptions.initialTimepointRange(int initialMin,
int initialMax) |
static BoxSelectionOptions |
BoxSelectionOptions.options()
Create default
BoxSelectionOptions . |
BoxSelectionOptions |
BoxSelectionOptions.selectSingleTimepoint() |
BoxSelectionOptions |
BoxSelectionOptions.selectSingleTimepoint(int rangeMin,
int rangeMax) |
BoxSelectionOptions |
BoxSelectionOptions.selectTimepointRange() |
BoxSelectionOptions |
BoxSelectionOptions.selectTimepointRange(int rangeMin,
int rangeMax) |
BoxSelectionOptions |
BoxSelectionOptions.title(String title) |
Constructor and Description |
---|
TimepointSelectionPanel(ViewerPanel viewer,
BoxSelectionOptions options) |
TransformedBoxSelectionDialog(ViewerPanel viewer,
ConverterSetups converterSetups,
int setupId,
InputTriggerConfig keyConfig,
TriggerBehaviourBindings triggerbindings,
AffineTransform3D boxTransform,
Interval initialInterval,
Interval rangeInterval,
BoxSelectionOptions options) |
TransformedRealBoxSelectionDialog(ViewerPanel viewer,
ConverterSetups converterSetups,
int setupId,
InputTriggerConfig keyConfig,
TriggerBehaviourBindings triggerbindings,
AffineTransform3D boxTransform,
RealInterval initialInterval,
RealInterval rangeInterval,
BoxSelectionOptions options) |
Modifier and Type | Method and Description |
---|---|
static TransformedBoxSelectionDialog.Result |
BdvFunctions.selectBox(Bdv bdv,
AffineTransform3D boxTransform,
Interval initialInterval,
Interval rangeInterval,
BoxSelectionOptions options) |
static TransformedRealBoxSelectionDialog.Result |
BdvFunctions.selectRealBox(Bdv bdv,
AffineTransform3D boxTransform,
RealInterval initialInterval,
RealInterval rangeInterval,
BoxSelectionOptions options) |
Copyright © 2015–2021 Fiji. All rights reserved.