Changeset 205 in flair-src for trunk/lib/FlairFilter/src/TrajectoryGenerator1D.h
- Timestamp:
- Dec 5, 2017, 2:20:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/TrajectoryGenerator1D.h
r177 r205 127 127 * \brief Position 128 128 * 129 * \return the actual position 129 130 */ 130 131 float Position(void) const; … … 133 134 * \brief Speed 134 135 * 136 * \return the actual speed 135 137 */ 136 138 float Speed(void) const; 139 140 /*! 141 * \brief Get percentage of completion 142 * 143 * Value is between 0 and 100. 144 * 145 * \return the percentage of completion (in position) 146 */ 147 float GetPercentageOfCompletion(void) const; 137 148 138 149 /*!
Note:
See TracChangeset
for help on using the changeset viewer.