All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdPrimCompositionQuery::Filter Struct Reference

Aggregate filter for filtering composition arcs by the previously defined criteria. More...

Public Member Functions

bool operator== (const Filter &rhs)
 
bool operator!= (const Filter &rhs)
 

Public Attributes

ArcTypeFilter arcTypeFilter {ArcTypeFilter::All}
 Filters by arc type. More...
 
DependencyTypeFilter dependencyTypeFilter {DependencyTypeFilter::All}
 Filters by dependency type, direct or ancestral. More...
 
ArcIntroducedFilter arcIntroducedFilter {ArcIntroducedFilter::All}
 Filters by where the arc is introduced. More...
 
HasSpecsFilter hasSpecsFilter {HasSpecsFilter::All}
 Filters by whether the arc provides specs for the prim. More...
 

Detailed Description

Aggregate filter for filtering composition arcs by the previously defined criteria.

Definition at line 287 of file primCompositionQuery.h.

Member Data Documentation

ArcIntroducedFilter arcIntroducedFilter {ArcIntroducedFilter::All}

Filters by where the arc is introduced.

Definition at line 296 of file primCompositionQuery.h.

ArcTypeFilter arcTypeFilter {ArcTypeFilter::All}

Filters by arc type.

Definition at line 290 of file primCompositionQuery.h.

DependencyTypeFilter dependencyTypeFilter {DependencyTypeFilter::All}

Filters by dependency type, direct or ancestral.

Definition at line 293 of file primCompositionQuery.h.

HasSpecsFilter hasSpecsFilter {HasSpecsFilter::All}

Filters by whether the arc provides specs for the prim.

Definition at line 299 of file primCompositionQuery.h.


The documentation for this struct was generated from the following file: