![]() |
|
Helper class to convert a given view of type _View to an adapted view using _Adapter as the adapter class.
More...
#include <childrenView.h>
Public Types | |
| typedef _View | OriginalView |
| typedef SdfChildrenView< typename _View::ChildPolicy, typename _View::Predicate, _Adapter > | AdaptedView |
Static Public Member Functions | |
| static AdaptedView | Create (const OriginalView &view) |
Helper class to convert a given view of type _View to an adapted view using _Adapter as the adapter class.
Definition at line 625 of file childrenView.h.
| typedef SdfChildrenView<typename _View::ChildPolicy, typename _View::Predicate, _Adapter> AdaptedView |
Definition at line 630 of file childrenView.h.
| typedef _View OriginalView |
Definition at line 627 of file childrenView.h.
|
inlinestatic |
Definition at line 632 of file childrenView.h.