public class ConnectedComponentMesh.ConnectedComponent extends java.util.Vector<Mesh.Vertex> implements Mesh.Vertex
Modifier and Type | Method and Description |
---|---|
int |
id() |
int[] |
neighbors() |
int[] |
positions() |
float |
value() |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
public float value()
value
in interface Mesh.Vertex
public int[] neighbors()
neighbors
in interface Mesh.Vertex
public int[] positions()
positions
in interface Mesh.Vertex
public int id()
id
in interface Mesh.Vertex