Set the initial transform for sub transform i. */
| 181 | |
| 182 | /** Set the initial transform for sub transform i. */ |
| 183 | void |
| 184 | SetSubTransform(unsigned int i, SubTransformType * transform) |
| 185 | { |
| 186 | this->m_SubTransformContainer[i] = transform; |
| 187 | this->Modified(); |
| 188 | } |
| 189 | |
| 190 | |
| 191 | /** Sets the fixed parameters to the general fixed parameters of the stack + the fixed parameters of the first |
nothing calls this directly
no outgoing calls
no test coverage detected