1 #ifndef ConscienceEnvironmentInteractionCommandMemberFocusState_h
2 #define ConscienceEnvironmentInteractionCommandMemberFocusState_h
29 float targetPositionX,
30 float targetPositionY,
31 float targetPositionZ,
33 string targetOriginMember,
37 bool optionCutLastestIfTheSameAndWorst,
38 bool optionCutBeginingIfTheSame,
39 bool optionDeltaPerStateMaxDegressive,
45 array<bool, 4> outputTypes,
54 string getMembreToMove();
55 string getMembreRelative();
56 float getTargetPositionX();
57 float getTargetPositionY();
58 float getTargetPositionZ();
61 string getTargetOriginMember();
63 bool getSymetrySearch();
65 int getDeltaPerStateMax();
66 bool getOptionCutLastestIfTheSameAndWorst();
67 bool getOptionCutBeginingIfTheSame();
68 float getPercentAvg();
69 float getPercentMax();
76 return entityReflexion;
82 const int knowledgeId;
84 const string membreToMove;
85 const float targetPositionX;
86 const float targetPositionY;
87 const float targetPositionZ;
90 const string targetOriginMember;
92 const bool symetrySearch;
94 const int deltaPerStateMax;
95 const bool optionCutLastestIfTheSameAndWorst;
96 const bool optionCutBeginingIfTheSame;
97 bool optionDeltaPerStateMaxDegressive;
98 const float percentAvg;
99 const float percentMax;
100 const float solvedAt;