Documentation of 'boofcv.struct.PointIndex_I32' Java class
PointIndex_I32
boofcv.struct

Class 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 Detail

      • index

        public int index
        Index of point in an array/list
    • 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: GeoTuple
        Generic copy routine. It is recommended that this be overridden with a faster implementation.
        Overrides:
        copy in class Point2D_I32
        Returns:
        An exact copy of this GeoTuple.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.