Get a sub transform. */
| 223 | |
| 224 | /** Get a sub transform. */ |
| 225 | SubTransformPointer |
| 226 | GetSubTransform(unsigned int i) |
| 227 | { |
| 228 | return this->m_SubTransformContainer[i]; |
| 229 | } |
| 230 | |
| 231 | |
| 232 | /** Get number of nonzero Jacobian indices. */ |
nothing calls this directly
no outgoing calls
no test coverage detected