Mercurial > hg > wabletios
comparison scanpath.h @ 6:5b659bc0b572
line mesh for supernatant
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 04 Feb 2013 19:26:08 +0000 |
parents | d346ddc50f70 |
children | 4ea605899aca |
comparison
equal
deleted
inserted
replaced
5:085d80989ba7 | 6:5b659bc0b572 |
---|---|
29 int maxElements; | 29 int maxElements; |
30 | 30 |
31 bool audioAccessing; | 31 bool audioAccessing; |
32 bool updateAccessing; | 32 bool updateAccessing; |
33 | 33 |
34 bool bidirectional; | |
34 //Spring ** springPath; | 35 //Spring ** springPath; |
35 // springpath - an array of pointers to the springs in the path | 36 // springpath - an array of pointers to the springs in the path |
36 // lump path - ditto should be same number | 37 // lump path - ditto should be same number |
37 vector<Element> pathElements; | 38 vector<Element> pathElements; |
38 | 39 |