Skip to content
  • Kenneth Moreland's avatar
    Add ExecutionAndControlObjectBase · 2b054873
    Kenneth Moreland authored
    This is a subclass of ExecutionObject and a superset of its
    functionality. In addition to having a PrepareForExecution method, it
    also has a PrepareForControl method that gets an object appropriate for
    the control environment. This is helpful for situations where you need
    code to work in both environments, such as the functor in an
    ArrayHandleTransform.
    
    Also added several runtime checks for execution objects and execution
    and cotnrol objects.
    2b054873