public class CPPath extends java.lang.Object implements java.lang.Iterable<ChokePoint>
cp.h:68:typedef std::vector
Constructor and Description |
---|
CPPath() |
Modifier and Type | Method and Description |
---|---|
void |
add(ChokePoint chokepoint) |
void |
add(int index,
ChokePoint chokepoint) |
void |
clear() |
ChokePoint |
get(int index) |
boolean |
isEmpty() |
java.util.Iterator<ChokePoint> |
iterator() |
int |
size() |
public int size()
public ChokePoint get(int index)
public void add(ChokePoint chokepoint)
public void add(int index, ChokePoint chokepoint)
public void clear()
public boolean isEmpty()
public java.util.Iterator<ChokePoint> iterator()
iterator
in interface java.lang.Iterable<ChokePoint>