public class Connection extends java.lang.Object implements java.lang.Comparable<Connection>
| Modifier and Type | Field and Description |
|---|---|
protected int |
fromBlob |
protected int |
toBlob |
protected VectorFloat |
vector |
| Constructor and Description |
|---|
Connection(VectorFloat aVector,
int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Connection other)
For sorting only on angle.
|
static void |
reportConnections(java.util.List<java.util.List<ConnectionList>> connectionsInAllImages,
java.lang.String fileName)
Export a sorted list of all connections to a CSV file.
|
java.lang.String |
toString()
Get a String representation of the Connection
|
protected VectorFloat vector
protected int fromBlob
protected int toBlob
public Connection(VectorFloat aVector, int from, int to)
public int compareTo(Connection other)
compareTo in interface java.lang.Comparable<Connection>public java.lang.String toString()
toString in class java.lang.Objectpublic static void reportConnections(java.util.List<java.util.List<ConnectionList>> connectionsInAllImages, java.lang.String fileName)