FnUsdAbstractionLib 0.6.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
usg::PathExpression Class Reference

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.
 

Detailed Description

A compiled path-matching expression.



©2025 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.thefoundry.co.uk