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

Function GetNumberOfTensorsInFile

IO/Legacy/vtkDataReader.h:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 return this->NumberOfVectorsInFile;
173 }
174 int GetNumberOfTensorsInFile()
175 {
176 this->CharacterizeFile();
177 return this->NumberOfTensorsInFile;
178 }
179 int GetNumberOfNormalsInFile()
180 {
181 this->CharacterizeFile();

Callers

nothing calls this directly

Calls 1

CharacterizeFileMethod · 0.80

Tested by

no test coverage detected