readValueArray.h 1.1 KB

1234567891011121314151617181920212223242526
  1. #pragma once
  2. #include "MASTER.h"
  3. #include "GLOBAL.h"
  4. #include "FileReaderInterface.h"
  5. #include "LightweightVector.h"
  6. #include "ioDescription.h"
  7. #define STRING_SIZE 100
  8. #define STRING_FORMAT "%99s"
  9. namespace tecplot
  10. {
  11. namespace ___3933
  12. {
  13. template <typename T, bool ___2025, int baseValue>
  14. ___372 readValues(___1399 &file, size_t ___2796, T *___4299, IODescription const &___972);
  15. template <typename T, bool ___2025, int base>
  16. ___372 readValueArray(___1399 &file, size_t ___2865, size_t ___2795, ___2240<T> &___4299, IODescription const &___972);
  17. template <typename T>
  18. ___372 readMinMaxArray(___1399 &file, size_t ___2865, size_t ___2795, ___2481 &___2480, IODescription const &___972);
  19. template <typename T, bool ___2025>
  20. ___372 readValue(___1399 &file, T &___4298, IODescription const &___972);
  21. template <typename T, bool ___2025>
  22. ___372 readAndVerifyValue(___1399 &file, T const expectedVal, IODescription const &___972);
  23. ___372 readString(___1399 &file, size_t length, ___473 &___4298, IODescription const &___972);
  24. ___372 readStringArray(___1399 &file, size_t ___2865, size_t ___2812, ___3816 &itemNameArray, IODescription const &___972);
  25. }
  26. }