Package boofcv.core.graph
Class FeatureGraph2D.Node
java.lang.Object
georegression.struct.GeoTuple<T>
georegression.struct.GeoTuple_F64<T>
georegression.struct.GeoTuple2D_F64<Point2D_F64>
georegression.struct.point.Point2D_F64
boofcv.core.graph.FeatureGraph2D.Node
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FeatureGraph2D
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionList of edges connected to itint
Optional index to another data structureFields inherited from class georegression.struct.GeoTuple2D_F64
x, y
-
Constructor Summary
-
Method Summary
Methods inherited from class georegression.struct.point.Point2D_F64
copy, createNewInstance, setTo, toString
Methods inherited from class georegression.struct.GeoTuple2D_F64
_setTo, distance, distance, distance2, distance2, equals, getDimension, getIdx, getX, getY, hashCode, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, plus, plusIP, print, scale, setIdx, setTo, setX, setY, times, timesIP, toString, zero
Methods inherited from class georegression.struct.GeoTuple_F64
isInfinite
-
Field Details
-
index
public int indexOptional index to another data structure -
edges
List of edges connected to it
-
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
connection
public int connection(int idx) -
reset
public void reset()
-