27 #ifndef _FORSTATEMENT_H_ 
   28 #define _FORSTATEMENT_H_ 
   31 #ifdef forstatement_EXPORTS 
   32 #define forstatement_DECLDIR __declspec(dllexport) 
   35 #define forstatement_DECLDIR __declspec(dllimport) 
   38 #define forstatement_DECLDIR 
   43 #include "StatementIntf.h" 
   66     virtual bool operator ()() 
const;
 
Base class for serializable objects. 
InputSlot< double > initialValue
input slot for initial value 
Declaration of the base class ParameteredObject. 
OutputSlot< int > currentValue
output slot for current value 
ForStatement module to be used in counting loops. 
InputSlot< double > incrementValue
input slot for increment value 
virtual void execute()
execute plugin code 
InputSlot< double > finalValue
input slot for final value