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, trimToSizepublic float value()
value in interface Mesh.Vertexpublic int[] neighbors()
neighbors in interface Mesh.Vertexpublic int[] positions()
positions in interface Mesh.Vertexpublic int id()
id in interface Mesh.Vertex