This is the complete list of members for GeometryProperties, including all inherited members.
| AddProperty(const std::string &group_name, const std::string &name, const ValueType &value) | GeometryProperties | |
| AddPropertyAbstract(const std::string &group_name, const std::string &name, const AbstractValue &value) | GeometryProperties | |
| default_group_name() | GeometryProperties | static |
| GeometryProperties() | GeometryProperties | protected |
| GeometryProperties(const GeometryProperties &)=default | GeometryProperties | protected |
| GeometryProperties(GeometryProperties &&)=default | GeometryProperties | protected |
| GetGroupNames() const | GeometryProperties | |
| GetPropertiesInGroup(const std::string &group_name) const | GeometryProperties | |
| GetProperty(const std::string &group_name, const std::string &name) const | GeometryProperties | |
| GetPropertyAbstract(const std::string &group_name, const std::string &name) const | GeometryProperties | |
| GetPropertyOrDefault(const std::string &group_name, const std::string &name, ValueType default_value) const | GeometryProperties | |
| Group typedef | GeometryProperties | |
| HasGroup(const std::string &group_name) const | GeometryProperties | |
| HasProperty(const std::string &group_name, const std::string &name) const | GeometryProperties | |
| num_groups() const | GeometryProperties | |
| operator<<(std::ostream &out, const GeometryProperties &props) | GeometryProperties | friend |
| operator=(const GeometryProperties &)=default | GeometryProperties | protected |
| operator=(GeometryProperties &&)=default | GeometryProperties | protected |
| RemoveProperty(const std::string &group_name, const std::string &name) | GeometryProperties | |
| UpdateProperty(const std::string &group_name, const std::string &name, const ValueType &value) | GeometryProperties | |
| UpdatePropertyAbstract(const std::string &group_name, const std::string &name, const AbstractValue &value) | GeometryProperties | |
| ~GeometryProperties() | GeometryProperties | virtual |