108 |
|
|
109 |
protected: |
protected: |
110 |
|
|
111 |
|
/*! @brief The vector containing the actions */ |
112 |
std::vector<CollectionAction*> _actions; |
std::vector<CollectionAction*> _actions; |
113 |
|
|
114 |
|
/*! The vector of actions' positions |
115 |
|
* |
116 |
|
* An action is placed after N cuts, so that the SmartCollection, after applying N cuts, has to |
117 |
|
* perform the action. The numbers N for each action are stored here: the element i is N for the |
118 |
|
* i-th action in #_actions. |
119 |
|
*/ |
120 |
std::vector<unsigned int> _actionsPositions; |
std::vector<unsigned int> _actionsPositions; |
121 |
|
|
122 |
}; |
}; |