* Invert the transformation. This will also set a flag so that * the transformation will use the inverse of its Input, if an Input * has been set. */
| 48 | * has been set. |
| 49 | */ |
| 50 | void Inverse() override |
| 51 | { |
| 52 | this->Concatenation->Inverse(); |
| 53 | this->Modified(); |
| 54 | } |
| 55 | |
| 56 | ///@{ |
| 57 | /** |