|
FnUsdAbstractionLib 0.6.1
|
A compiled path-matching expression. More...
#include <PathExpression.h>
Classes | |
| class | Matcher |
| A class for doing batch matching of individual paths. More... | |
Public Member Functions | |
| PathExpression (const std::string s) | |
| Constructor: Compiles the expression. | |
| bool | isValid () const |
| Returns true if the expression compiled successfully. | |
| std::string | errorMessage () const |
| Returns the error message if an error occurred during parsing. | |
| PathArray | match (const StageRef &stage) const |
| Executes the expression for the given root prim and returns a result set. | |
A compiled path-matching expression.
| ©2025 The Foundry Visionmongers, Ltd. All Rights Reserved. |