public class BoundingBoxUtil extends Object
Constructor and Description |
---|
BoundingBoxUtil() |
Modifier and Type | Method and Description |
---|---|
static Interval |
getSourcesBoundingBox(Collection<? extends Source<?>> sources,
int minTimepointIndex,
int maxTimepointIndex) |
static Interval |
getSourcesBoundingBox(ViewerState state) |
static Interval |
getSourcesBoundingBox(ViewerState state)
Deprecated.
|
static Interval |
getSourcesBoundingBox(ViewerState state,
int minTimepointIndex,
int maxTimepointIndex) |
static Interval |
getSourcesBoundingBox(ViewerState state,
int minTimepointIndex,
int maxTimepointIndex)
Deprecated.
|
static RealInterval |
getSourcesBoundingBoxReal(Collection<? extends Source<?>> sources,
int minTimepointIndex,
int maxTimepointIndex) |
static RealInterval |
getSourcesBoundingBoxReal(ViewerState state) |
static RealInterval |
getSourcesBoundingBoxReal(ViewerState state)
Deprecated.
|
static RealInterval |
getSourcesBoundingBoxReal(ViewerState state,
int minTimepointIndex,
int maxTimepointIndex) |
static RealInterval |
getSourcesBoundingBoxReal(ViewerState state,
int minTimepointIndex,
int maxTimepointIndex)
Deprecated.
|
static RealInterval |
transformBoundingBoxReal(RealInterval sourceInterval,
AffineTransform3D transform) |
public static Interval getSourcesBoundingBox(ViewerState state)
public static Interval getSourcesBoundingBox(ViewerState state, int minTimepointIndex, int maxTimepointIndex)
public static Interval getSourcesBoundingBox(Collection<? extends Source<?>> sources, int minTimepointIndex, int maxTimepointIndex)
public static RealInterval getSourcesBoundingBoxReal(ViewerState state)
public static RealInterval getSourcesBoundingBoxReal(ViewerState state, int minTimepointIndex, int maxTimepointIndex)
public static RealInterval getSourcesBoundingBoxReal(Collection<? extends Source<?>> sources, int minTimepointIndex, int maxTimepointIndex)
public static RealInterval transformBoundingBoxReal(RealInterval sourceInterval, AffineTransform3D transform)
@Deprecated public static Interval getSourcesBoundingBox(ViewerState state)
@Deprecated public static Interval getSourcesBoundingBox(ViewerState state, int minTimepointIndex, int maxTimepointIndex)
@Deprecated public static RealInterval getSourcesBoundingBoxReal(ViewerState state)
@Deprecated public static RealInterval getSourcesBoundingBoxReal(ViewerState state, int minTimepointIndex, int maxTimepointIndex)
Copyright © 2015–2021 Fiji. All rights reserved.