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

Function GetNumberOfFieldDataInFile

IO/Legacy/vtkDataReader.h:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 return this->NumberOfTCoordsInFile;
188 }
189 int GetNumberOfFieldDataInFile()
190 {
191 this->CharacterizeFile();
192 return this->NumberOfFieldDataInFile;
193 }
194
195 ///@{
196 /**

Callers

nothing calls this directly

Calls 1

CharacterizeFileMethod · 0.80

Tested by

no test coverage detected