public class ProfileEntry extends Object implements Comparable<ProfileEntry>
Modifier and Type | Field and Description |
---|---|
double |
count
The number of intersection counts associated at this entry's radius
|
Set<ShollPoint> |
points
List of intersection points associated with the entry's radius (in
spatially calibrated units)
|
double |
radius
The entry's radius length (in physical units)
|
Constructor and Description |
---|
ProfileEntry(Number r,
Number count) |
ProfileEntry(Number r,
Number count,
Set<ShollPoint> points) |
ProfileEntry(Number r,
Set<ShollPoint> points) |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(ShollPoint point) |
void |
assignPoints(Set<ShollPoint> points) |
int |
compareTo(ProfileEntry other) |
double |
radiusSquared() |
void |
removePoint(ShollPoint point) |
public double radius
public double count
public Set<ShollPoint> points
public ProfileEntry(Number r, Number count, Set<ShollPoint> points)
public ProfileEntry(Number r, Set<ShollPoint> points)
public void addPoint(ShollPoint point)
public void assignPoints(Set<ShollPoint> points)
public void removePoint(ShollPoint point)
public double radiusSquared()
public int compareTo(ProfileEntry other)
compareTo
in interface Comparable<ProfileEntry>
Copyright © 2015–2021 Fiji. All rights reserved.