

Definition at line 162 of file GroundTruth.h.
Public Member Functions | |
| GroundTruth () | |
| ~GroundTruth () | |
| std::string | ReadTextFile (bool &rtn_ok, std::string filename_to_read) |
| std::string | WriteNGATextFile (bool &rtn_ok, std::string filename_to_write) |
| std::string | WriteAugmentedTextFile (bool &rtn_ok, std::string filename_to_write) |
| int | Return_num_area_features (void) |
| int | Return_num_line_features (void) |
| int | Return_num_point_features (void) |
| int | GetUniqueID (int first_id_to_check) |
| int | GetLastID (void) |
Public Attributes | |
| std::vector< GroundTruthFeature * > | _area_features |
| std::vector< GroundTruthLineFeature * > | _line_features |
| std::vector< GroundTruthPointFeature * > | _point_features |
1.4.4