123456789101112131415161718 |
- //
- // Created by anna on 2020/10/21.
- //
- #include <iostream>
- #include "dgns_gtstandard.h"
- dgns_gtstandard::dgns_gtstandard() {
- sgtprodate = "";
- createtime = "";
- id = "";
- sgtcharacters = NULL;
- appearcounter = 0;
- graphicfeatureinterpretation = "";
- maxsemblance = 0;
- minsemblance = 0;
- wellname = "";
- }
|