public class PointTrack
extends georegression.struct.point.Point2D_F64
PointTracker.| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
cookie
User specified data
|
long |
featureId
Unique ID associated with this feature
|
| Constructor and Description |
|---|
PointTrack() |
PointTrack(double x,
double y,
long featureId) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getCookie() |
<T> T |
getDescription() |
void |
reset() |
void |
set(PointTrack t) |
void |
setCookie(java.lang.Object cookie) |
void |
setDescription(java.lang.Object description) |
copy, createNewInstance, set, toStringpublic long featureId
public java.lang.Object cookie
public PointTrack(double x,
double y,
long featureId)
public PointTrack()
public void set(PointTrack t)
public void reset()
public <T> T getCookie()
public <T> T getDescription()
public void setDescription(java.lang.Object description)
public void setCookie(java.lang.Object cookie)