having not touched vb in a while i am having trouble remembering how you might do the following:
trying to translate a java thing i did into vb where i need to iterate over pts in a network topology and mark them as visited if I've already checked them. In my java version I have my own custom class with a boolean visited. How might I do this with a list of integers, or the points they pull out from a list in vb? I have skipped a few steps in my algorithm by using some of the delaunay stuff in David's last build - so I already know the neighbours of each point. I am trying to figure out how to bridge between groupings by cycling through them and checking for something...but I need to be able to say whether or not they've been passed over already - any ideas how this might be done?
thanks!
Tags: