| 211 | } |
| 212 | |
| 213 | KINLINE void sTObject::Clear() |
| 214 | { |
| 215 | p = NULL; |
| 216 | t_p = NULL; |
| 217 | ecart = 0; |
| 218 | length = 0; |
| 219 | pLength = 0; |
| 220 | FDeg = 0; |
| 221 | is_normalized = FALSE; |
| 222 | } |
| 223 | |
| 224 | KINLINE void sTObject::Copy() |
| 225 | { |
no outgoing calls
no test coverage detected