#include "pxr/pxr.h"
#include "pxr/usd/sdf/api.h"
#include "pxr/usd/sdf/children.h"
#include "pxr/base/tf/iterator.h"
#include <algorithm>
#include <vector>
Go to the source code of this file.
|
class | SdfChildrenViewTrivialPredicate< T > |
|
class | SdfChildrenViewTrivialAdapter< T > |
|
class | Sdf_ChildrenViewTraits< _Owner, _InnerIterator, _DummyPredicate > |
|
class | Sdf_ChildrenViewTraits< _Owner, _InnerIterator, SdfChildrenViewTrivialPredicate< typename _Owner::ChildPolicy::ValueType > > |
|
class | SdfChildrenView< _ChildPolicy, _Predicate, _Adapter > |
|
struct | SdfAdaptedChildrenViewCreator< _View, _Adapter > |
|
struct | Tf_ShouldIterateOverCopy< SdfChildrenView< C, P, A > > |
|
struct | Tf_IteratorInterface< SdfChildrenView< C, P, A >, false > |
|
struct | Tf_IteratorInterface< SdfChildrenView< C, P, A >, true > |
|