SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
A structure that holds operations configured via association. More...
#include <GroupOps.h>
Public Member Functions | |
bool | ableToOperate () const |
Return true if the batch of ops is able to run and all input objects are associated to an operation in ops. More... | |
A structure that holds operations configured via association.
This structure is passed to a DispositionFunction that may programmatically modify operation parameters or ask users for input.
bool smtk::operation::DispositionBatch::ableToOperate | ( | ) | const |
Return true if the batch of ops is able to run and all input objects are associated to an operation in ops.
A DispositionFunction will be invoked only when this method returns false;