Interface | Description |
---|---|
Box |
A
RealMaskRealInterval which defines an n-d box, cuboid,
hyperrectangle, etc. |
Ellipsoid |
A
RealMaskRealInterval which defines an n-d ellipsoid. |
Line |
A
RealMaskRealInterval which defines a line defined in n-d space. |
PointMask |
A
RealMaskRealInterval representing a single point in n-d real space. |
Polygon2D |
A
RealMaskRealInterval which defines a real space 2D polygon. |
Polyline |
A
RealMaskRealInterval which defines a polyline in n-d space. |
Polyshape |
A
RealMaskRealInterval which defines a polygonal shape in n-d space. |
RealPointCollection<L extends RealLocalizable> |
A
RealMaskRealInterval which defines a collection of real space points in n-d space. |
Sphere |
A
RealMaskRealInterval which defines an n-d sphere. |
SuperEllipsoid |
A
RealMaskRealInterval which defines an n-d superellipsoid. |
WritableBox |
A modifiable
Box . |
WritableEllipsoid |
A modifiable
Ellipsoid . |
WritableLine |
A modifiable
Line . |
WritablePointMask |
A modifiable
PointMask . |
WritablePolygon2D |
A modifiable
Polygon2D . |
WritablePolyline |
A modifiable
Polyline . |
WritablePolyshape |
A modifiable
Polyshape . |
WritableRealPointCollection<L extends RealLocalizable> |
A modifiable
RealPointCollection . |
WritableSphere |
A modifiable
Sphere . |
WritableSuperEllipsoid |
A modifiable
SuperEllipsoid . |
Class | Description |
---|---|
AbstractWritableBox |
Abstract base class for implementations of
WritableBox . |
AbstractWritableEllipsoid |
Abstract base class for
WritableEllipsoid implementations. |
AbstractWritableSphere |
Abstract base class for
WritableSphere implementations. |
AbstractWritableSuperEllipsoid |
Abstract base class for
WritableSuperEllipsoid implementations. |
ClosedWritableBox |
A
Box which contains all edge points defined by the min and
max values in each dimension. |
ClosedWritableEllipsoid |
A
Ellipsoid which does not contain any edge points, defined by a
center and semi-axis lengths. |
ClosedWritablePolygon2D |
A
Polygon2D which contains all boundary points, and is defined by the
provided vertices. |
ClosedWritableSphere |
A
Sphere which contains all boundary points. |
ClosedWritableSuperEllipsoid |
A
SuperEllipsoid which contains all edge points. |
DefaultWritableLine |
Represents a line segment as defined by two end points, which can be embedded
in n-dimensional space.
|
DefaultWritablePointMask |
A
WritablePointMask specified by the given location. |
DefaultWritablePolygon2D |
A
DefaultWritablePolygon2D defined by the given vertices. |
DefaultWritablePolyline |
A polyline, which can be embedded in n-dimensional space.
|
DefaultWritableRealPointCollection<L extends RealLocalizable> |
RealPointCollection backed by a Map . |
KDTreeRealPointCollection<L extends RealLocalizable> |
A
RealPointCollection which checks if points are contained in the
collection by performing a NearestNeighborSearch on the provided
KDTree . |
NNSRealPointCollection<L extends RealLocalizable> |
A
RealPointCollection which checks if points are in the collection by
performing a NearestNeighborSearch on the provided
IterableRealInterval . |
OpenWritableBox |
A
Box which contains no edge points defined by the min and max
values in each dimension. |
OpenWritableEllipsoid |
A
Ellipsoid which does not contain any edge points, defined by a
center and semi-axis lengths. |
OpenWritablePolygon2D |
A
Polygon2D which contains no boundary points, and is defined by the
provided vertices. |
OpenWritableSphere |
A
Sphere which does not contain any boundary points. |
OpenWritableSuperEllipsoid |
A
SuperEllipsoid which does not contain any edge points. |
RealPointSampleListWritableRealPointCollection<L extends RealLocalizable> |
A
WritableRealPointCollection which checks if points are contained in
the collection by performing a NearestNeighborSearch on the provided
RealPointSampleList . |
Copyright © 2015–2022 ImgLib2. All rights reserved.