int numOperators() const
Get the number of operators.
void removeOperator(int i)
Remove an operator from the list.
ModularProgram & operator=(const ModularProgram &)
#define OSGPARTICLE_EXPORT
void addOperator(Operator *o)
Add an operator to the list.
virtual ~ModularProgram()
Operator * getOperator(int i)
Get a pointer to an operator in the list.