OOF2: The Manual
Name
VectorFieldIterator — Iterate over the components of a vector Field
Synopses
C++ Synopses
#include "engine/fieldindex.h"
class VectorFieldIterator: , public VectorFieldIndex, public FieldIterator {
}
Description
VectorFieldIterator is used to
iterate over the components of a vector valued Field.
It's usually wrapped in an IteratorP
object. VectorFieldIterator adds no
functions to the base class FieldIterator
or the wrapper API IteratorP
classes.



