boofcv.struct
Class PointIndex_I32
- java.lang.Object
-
- georegression.struct.GeoTuple<Point2D_I32>
-
- georegression.struct.point.Point2D_I32
-
- boofcv.struct.PointIndex_I32
-
- All Implemented Interfaces:
- java.io.Serializable
public class PointIndex_I32 extends Point2D_I32
Combination of a point and an index in an array- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description intindexIndex of point in an array/list-
Fields inherited from class georegression.struct.point.Point2D_I32
x, y
-
-
Constructor Summary
Constructors Constructor and Description PointIndex_I32()PointIndex_I32(int x, int y, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description PointIndex_I32copy()Generic copy routine.intgetIndex()voidsetIndex(int index)-
Methods inherited from class georegression.struct.point.Point2D_I32
createNewInstance, distance, distance2, getDimension, getX, getY, set, set, setX, setY, toString
-
-
-
-
Constructor Detail
-
PointIndex_I32
public PointIndex_I32()
-
PointIndex_I32
public PointIndex_I32(int x, int y, int index)
-
-
Method Detail
-
getIndex
public int getIndex()
-
setIndex
public void setIndex(int index)
-
copy
public PointIndex_I32 copy()
Description copied from class:GeoTupleGeneric copy routine. It is recommended that this be overridden with a faster implementation.- Overrides:
copyin classPoint2D_I32- Returns:
- An exact copy of this GeoTuple.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG