dgns_gtstandard.cpp 335 B

123456789101112131415161718
  1. //
  2. // Created by anna on 2020/10/21.
  3. //
  4. #include <iostream>
  5. #include "dgns_gtstandard.h"
  6. dgns_gtstandard::dgns_gtstandard() {
  7. sgtprodate = "";
  8. createtime = "";
  9. id = "";
  10. sgtcharacters = NULL;
  11. appearcounter = 0;
  12. graphicfeatureinterpretation = "";
  13. maxsemblance = 0;
  14. minsemblance = 0;
  15. wellname = "";
  16. }