OOF2: The Manual

Name

VectorFieldIterator — Iterate over the components of a vector Field

Synopses

C++ Synopses


#include "engine/fieldindex.h"
    

class VectorFieldIterator: , public VectorFieldIndexpublic FieldIterator {
}

  

Python Synopsis


from oof2.SWIG.engine.fieldindex import ScalarFieldIterator
    

class VectorFieldIterator(VectorFieldIndexFieldIterator):
   pass

  

Source Files

  • SRC/engine/fieldindex.h: C++ header
  • SRC/engine/fieldindex.C: C++ source code
  • SRC/engine/fieldindex.swg: SWIG source code

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.