| 177 | return this->NumberOfTensorsInFile; |
| 178 | } |
| 179 | int GetNumberOfNormalsInFile() |
| 180 | { |
| 181 | this->CharacterizeFile(); |
| 182 | return this->NumberOfNormalsInFile; |
| 183 | } |
| 184 | int GetNumberOfTCoordsInFile() |
| 185 | { |
| 186 | this->CharacterizeFile(); |
nothing calls this directly
no test coverage detected