| 182 | return this->NumberOfNormalsInFile; |
| 183 | } |
| 184 | int GetNumberOfTCoordsInFile() |
| 185 | { |
| 186 | this->CharacterizeFile(); |
| 187 | return this->NumberOfTCoordsInFile; |
| 188 | } |
| 189 | int GetNumberOfFieldDataInFile() |
| 190 | { |
| 191 | this->CharacterizeFile(); |
nothing calls this directly
no test coverage detected