Set whether this algorithm should be reported in JSON usage. */
| 3189 | |
| 3190 | /** Set whether this algorithm should be reported in JSON usage. */ |
| 3191 | void SetDisplayInJSONUsage(bool b) |
| 3192 | { |
| 3193 | m_displayInJSONUsage = b; |
| 3194 | } |
| 3195 | |
| 3196 | /** Method that an algorithm can implement to issue a warning message about |
| 3197 | * its deprecation. This is called at the beginning of the Run() method. |
no outgoing calls