Vertex




Currently the Vertex is just a RecObject with one additional method:

// return the a Trajectory with a given index
Trajectory& trajectory(int index) const {return dynamic_cast(constituent(index));}