Cleaning up the code for the setProperty value functions, add better documentation, and add the ability to combine tags (#3638)

This commit is contained in:
Alexander Bock
2025-05-15 22:02:52 +02:00
committed by GitHub
parent 5c15bf74b7
commit 8630240260
8 changed files with 3418 additions and 489 deletions

View File

@@ -43,7 +43,7 @@ SceneGraphNode* sceneGraphNode(const std::string& name);
const Renderable* renderable(const std::string& name);
properties::Property* property(const std::string& uri);
properties::PropertyOwner* propertyOwner(const std::string& uri);
std::vector<properties::Property*> allProperties();
const std::vector<properties::Property*>& allProperties();
} // namespace openspace