@Deprecated public class LineRegionOfInterest extends AbstractRegionOfInterest
RegionOfInterest that allows one represents a line segment.AbstractRegionOfInterest.AROIRandomAccessnDimensions| Constructor and Description |
|---|
LineRegionOfInterest(double[] pt1,
double[] pt2)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(double[] position)
Deprecated.
Determine whether a point is a member of the region of interest
|
void |
getPoint1(double[] pt)
Deprecated.
|
double |
getPoint1(int dim)
Deprecated.
|
void |
getPoint2(double[] pt)
Deprecated.
|
double |
getPoint2(int dim)
Deprecated.
|
protected void |
getRealExtrema(double[] minima,
double[] maxima)
Deprecated.
Get the minimum and maximum corners of a bounding hypercube using real
coordinates (which might have fractional components)
|
void |
move(double displacement,
int d)
Deprecated.
|
void |
setPoint1(double[] pt)
Deprecated.
|
void |
setPoint1(double val,
int dim)
Deprecated.
|
void |
setPoint2(double[] pt)
Deprecated.
|
void |
setPoint2(double val,
int dim)
Deprecated.
|
invalidateCachedState, move, numDimensions, realMax, realMax, realMax, realMin, realMin, realMin, realRandomAccess, realRandomAccess, validateRealExtremaCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAt, getAt, getAtmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointpublic LineRegionOfInterest(double[] pt1,
double[] pt2)
public void getPoint1(double[] pt)
public void getPoint2(double[] pt)
public void setPoint1(double[] pt)
public void setPoint2(double[] pt)
public double getPoint1(int dim)
public double getPoint2(int dim)
public void setPoint1(double val,
int dim)
public void setPoint2(double val,
int dim)
public void move(double displacement,
int d)
public boolean contains(double[] position)
RegionOfInterestposition - position in questionprotected void getRealExtrema(double[] minima,
double[] maxima)
AbstractRegionOfInterestgetRealExtrema in class AbstractRegionOfInterestCopyright © 2015–2022 ImgLib2. All rights reserved.