This is the complete list of members for CscState, including all inherited members.
| bestPathUnitMovment | CscState | |
| clearInputs() | CscState | |
| clone() | CscState | virtual |
| countInputs() const | CscState | inline |
| countPivots() const | CscState | |
| countPropellers() const | CscState | |
| countTranslations() const | CscState | |
| countWheels() const | CscState | |
| CscState(map< int, float > *pivotsValues=nullptr, map< int, float > *wheelsValues=nullptr, map< int, float > *propellersValues=nullptr, const optional< map< int, float >> &translationsValues={}, const vector< const CscMemberInputStatus * > *inputsValues=nullptr) | CscState | |
| getDuplicata() | CscState | |
| getGridPosition() | CscState | |
| getInputFromMemberName(string memberName, CscInputType inputId) | CscState | |
| getInputs() const | CscState | inline |
| getInputsCopy() const | CscState | |
| getInputsDistance(const map< CscInputType, float > &inputsIn, const map< CscInputType, float > &inputsTargetValuesMember) | CscState | static |
| getInputsFromMemberName(string memberName) | CscState | |
| getObjectiveValue() const | CscState | |
| getPivotIdAt(int index) | CscState | |
| getPivots() const | CscState | |
| getPivotsCopy() const | CscState | |
| getPivotValueByPivotId(int pivotId) const | CscState | |
| getPositionPivotFromPivotId(int pivotId, const CscEntityModel *entityModel) | CscState | |
| getPropeller(int propId) const | CscState | |
| getPropellerIdAt(int index) | CscState | |
| getPropellers() const | CscState | |
| getPropellersCopy() const | CscState | |
| getPropellerValueByPropellerId(int wheelId) | CscState | |
| getTranslation(int translationId) const | CscState | |
| getTranslationIdAt(int index) | CscState | |
| getTranslations() const | CscState | |
| getTranslationsCopy() const | CscState | |
| getTranslationValueByTranslationId(int wheelId) | CscState | |
| getWheel(int wheelId) const | CscState | |
| getWheelIdAt(int index) | CscState | |
| getWheels() const | CscState | |
| getWheelsCopy() const | CscState | |
| getWheelValueByWheelId(int wheelId) const | CscState | |
| removePivot(int pivotId) | CscState | |
| setGridPosition(CscPoint3dOriented *gridPositionIn) | CscState | |
| setInputs(vector< const CscMemberInputStatus * > *inputsIn) | CscState | |
| setObjectiveValue(float value) | CscState | |
| setPivot(int pivotId, float value) | CscState | |
| setPivots(map< int, float > pivotsIn) | CscState | |
| setPropeller(int propId, float value) | CscState | |
| setPropellers(map< int, float > propIn) | CscState | |
| setTranslation(int translationId, float value) | CscState | |
| setTranslations(map< int, float > TranslationsIn) | CscState | |
| setWheel(int wheelId, float value) | CscState | |
| setWheels(map< int, float > wheelsIn) | CscState | |
| stateId | CscState | |
| toString() | CscState | |
| toStringWithQuotes() | CscState | |
| toUserFriendlyString(bool outputs=true, bool inputs=true) const | CscState | |
| ~CscState() | CscState | virtual |