SdfAdaptedChildrenViewCreator< _View, _Adapter > Struct Template Reference

Helper class to convert a given view of type _View to an adapted view using _Adapter as the adapter class. More...

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)
 

Detailed Description

template<class _View, class _Adapter>
struct SdfAdaptedChildrenViewCreator< _View, _Adapter >

Helper class to convert a given view of type _View to an adapted view using _Adapter as the adapter class.

Definition at line 502 of file childrenView.h.


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