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

Function GetNumberOfScalarsInFile

IO/Legacy/vtkDataReader.h:164–168  ·  view source on GitHub ↗

* How many attributes of various types are in this file? This * requires reading the file, so the filename must be set prior * to invoking this operation. (Note: file characteristics are * cached, so only a single read is necessary to return file * characteristics.) */

Source from the content-addressed store, hash-verified

162 * characteristics.)
163 */
164 int GetNumberOfScalarsInFile()
165 {
166 this->CharacterizeFile();
167 return this->NumberOfScalarsInFile;
168 }
169 int GetNumberOfVectorsInFile()
170 {
171 this->CharacterizeFile();

Callers

nothing calls this directly

Calls 1

CharacterizeFileMethod · 0.80

Tested by

no test coverage detected