MCPcopy Create free account
hub / github.com/Kitware/VTK / GetNumberOfTCoordsInFile

Function GetNumberOfTCoordsInFile

IO/Legacy/vtkDataReader.h:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 return this->NumberOfNormalsInFile;
183 }
184 int GetNumberOfTCoordsInFile()
185 {
186 this->CharacterizeFile();
187 return this->NumberOfTCoordsInFile;
188 }
189 int GetNumberOfFieldDataInFile()
190 {
191 this->CharacterizeFile();

Callers

nothing calls this directly

Calls 1

CharacterizeFileMethod · 0.80

Tested by

no test coverage detected