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

Function GetNumberOfNormalsInFile

IO/Legacy/vtkDataReader.h:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 return this->NumberOfTensorsInFile;
178 }
179 int GetNumberOfNormalsInFile()
180 {
181 this->CharacterizeFile();
182 return this->NumberOfNormalsInFile;
183 }
184 int GetNumberOfTCoordsInFile()
185 {
186 this->CharacterizeFile();

Callers

nothing calls this directly

Calls 1

CharacterizeFileMethod · 0.80

Tested by

no test coverage detected