public class Trajectory2D
extends de.unihalle.informatik.Alida.operator.ALDData
| Modifier and Type | Field and Description |
|---|---|
private int |
id |
private int |
parentID |
private Vector<Point2D.Double> |
points |
private int |
startFrame |
| Constructor and Description |
|---|
Trajectory2D(int id) |
Trajectory2D(int id,
int startFrame) |
Trajectory2D(int id,
int startFrame,
Vector<Point2D.Double> points) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(Point2D.Double p) |
int |
getID() |
int |
getParentID() |
Vector<Point2D.Double> |
getPoints() |
int |
getStartFrame() |
String |
getSummary() |
void |
setID(int id) |
void |
setParentID(int pid) |
void |
setPoints(Vector<Point2D.Double> points) |
void |
setStartFrame(int startFrame) |
private int id
private int startFrame
private int parentID
private Vector<Point2D.Double> points
public Trajectory2D(int id,
int startFrame,
Vector<Point2D.Double> points)
public Trajectory2D(int id,
int startFrame)
public Trajectory2D(int id)
public int getID()
public void setID(int id)
public int getStartFrame()
public void setStartFrame(int startFrame)
public int getParentID()
public void setParentID(int pid)
public Vector<Point2D.Double> getPoints()
public void setPoints(Vector<Point2D.Double> points)
public void addPoint(Point2D.Double p)
public String getSummary()
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.