| 229 | } |
| 230 | |
| 231 | S32 TSShape::findNode(S32 nameIndex) const |
| 232 | { |
| 233 | for (S32 i=0; i<nodes.size(); i++) |
| 234 | if (nodes[i].nameIndex==nameIndex) |
| 235 | return i; |
| 236 | return -1; |
| 237 | } |
| 238 | |
| 239 | S32 TSShape::findObject(S32 nameIndex) const |
| 240 | { |
no test coverage detected