1 #ifndef _BLOCK_ITERATION_DEF_H
2 #define _BLOCK_ITERATION_DEF_H
5 #pragma warning(disable:4996 4251 4275 4800 4503)
8 #include <boost/thread/mutex.hpp>
9 #include <boost/algorithm/string.hpp>
23 static bool addedToList;
25 virtual bool run(
bool oneShot =
false);
29 virtual boost::property_tree::ptree getXML();
30 virtual void initFromXML(boost::property_tree::ptree* tree,
31 std::vector < std::pair<ParamValue*, unsigned int> >& toUpdate,
32 std::map<unsigned int, ParamValue*>& addressesMap,
33 std::vector<ConditionOfRendering*>& condToUpdate);
Definition: IterationBlock.h:19
Definition: SubBlock.h:20
Definition: ProcessManager.h:33