HDK
|
#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 642 of file childrenView.h.
typedef SdfChildrenView<typename _View::ChildPolicy, typename _View::Predicate, _Adapter> SdfAdaptedChildrenViewCreator< _View, _Adapter >::AdaptedView |
Definition at line 647 of file childrenView.h.
typedef _View SdfAdaptedChildrenViewCreator< _View, _Adapter >::OriginalView |
Definition at line 644 of file childrenView.h.
|
inlinestatic |
Definition at line 649 of file childrenView.h.