de.unihalle.informatik.MiToBo.apps.singleCellTracking2D
Class Trajectory2D

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.ALDData
      extended by de.unihalle.informatik.MiToBo.apps.singleCellTracking2D.Trajectory2D

public class Trajectory2D
extends de.unihalle.informatik.Alida.operator.ALDData


Constructor Summary
Trajectory2D(int id)
           
Trajectory2D(int id, int startFrame)
           
Trajectory2D(int id, int startFrame, Vector<Point2D.Double> points)
           
 
Method Summary
 void addPoint(Point2D.Double p)
           
 int getID()
           
 Vector<Point2D.Double> getPoints()
           
 int getStartFrame()
           
 void setID(int id)
           
 void setPoints(Vector<Point2D.Double> points)
           
 void setStartFrame(int startFrame)
           
 
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDData
cloneProperties, getLocation, getProperty, getPropertyKeys, print, setLocation, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trajectory2D

public Trajectory2D(int id,
                    int startFrame,
                    Vector<Point2D.Double> points)

Trajectory2D

public Trajectory2D(int id,
                    int startFrame)

Trajectory2D

public Trajectory2D(int id)
Method Detail

getID

public int getID()

setID

public void setID(int id)

getStartFrame

public int getStartFrame()

setStartFrame

public void setStartFrame(int startFrame)

getPoints

public Vector<Point2D.Double> getPoints()

setPoints

public void setPoints(Vector<Point2D.Double> points)

addPoint

public void addPoint(Point2D.Double p)


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.