dgns_gtstandard.h 547 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // Created by anna on 2020/10/21.
  3. //
  4. #ifndef GTCVR_DGNS_GTSTANDARD_H
  5. #define GTCVR_DGNS_GTSTANDARD_H
  6. #include "iostream"
  7. class dgns_gtstandard {
  8. public:
  9. /*
  10. * Constructure
  11. */
  12. dgns_gtstandard();
  13. public:
  14. std::string sgtprodate;
  15. std::string createtime;
  16. std::string id;
  17. double *sgtcharacters;
  18. long appearcounter;
  19. std::string graphicfeatureinterpretation;
  20. double maxsemblance;
  21. double minsemblance;
  22. std::string wellname;
  23. std::string latestupdatedtime;
  24. };
  25. #endif //GTCVR_DGNS_GTSTANDARD_H