Class MaximumTrajectoryLength
Defined in File BreakCondition.h
Inheritance Relationships
Base Type
public AbstractCondition
(Class AbstractCondition)
Class Documentation
-
class MaximumTrajectoryLength : public AbstractCondition
Deactivates the candidate beyond a maximum trajectory length.
This module deactivates the candidate at a given maximum trajectory length. In that case the property (“Deactivated”, module::description) is set. It also limits the candidates next step size to ensure the maximum trajectory length is not exceeded.
Public Functions
-
MaximumTrajectoryLength(double length = 0)
-
void setMaximumTrajectoryLength(double length)
-
double getMaximumTrajectoryLength() const
-
virtual std::string getDescription() const
-
void setMakeRejectedInactive(bool makeInactive)
-
void setMakeAcceptedInactive(bool makeInactive)
-
void setRejectFlag(std::string key, std::string value)
-
void setAcceptFlag(std::string key, std::string value)
-
void setDescription(const std::string &description)
-
inline size_t addReference() const
-
inline size_t removeReference() const
-
inline int removeReferenceNoDelete() const
-
inline size_t getReferenceCount() const
Protected Functions
-
MaximumTrajectoryLength(double length = 0)