ne_gs_get
-
const std::string sbne::ne_gs_get(VTransformation2D *gS, std::unordered_map<std::string, std::string> infoList)
Get the value of a desired feature of a VTransformation2D object.
- Parameters:
gS – a pointer to the VTransformation2D object.
infoList – a list containg the info about the desired feature.
- Returns:
a string containing the value of the desired feature of the VTransformation2D object, or an empty string if either the value of the desired feature is not set or the desired feature does not exist.