You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could make an abstract class AbstractCollect1DProcedureNode and have both Collect1DProcedureNode and IntegerCollect1DProcedureNode descend from it. This would allow IterateData1D to have a single sourceData_ pointer that could reference either type, depending on which concrete class it's pointing toward. This would simplify a bunch of the logic in the prepare and execute functions.
The text was updated successfully, but these errors were encountered:
We could make an abstract class AbstractCollect1DProcedureNode and have both Collect1DProcedureNode and IntegerCollect1DProcedureNode descend from it. This would allow IterateData1D to have a single sourceData_ pointer that could reference either type, depending on which concrete class it's pointing toward. This would simplify a bunch of the logic in the prepare and execute functions.
The text was updated successfully, but these errors were encountered: