Loading...
Searching...
No Matches
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...

#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)
 

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 642 of file childrenView.h.

Member Typedef Documentation

◆ AdaptedView

typedef SdfChildrenView<typename _View::ChildPolicy, typename _View::Predicate, _Adapter> AdaptedView

Definition at line 647 of file childrenView.h.

◆ OriginalView

typedef _View OriginalView

Definition at line 644 of file childrenView.h.

Member Function Documentation

◆ Create()

static AdaptedView Create ( const OriginalView &  view)
inlinestatic

Definition at line 649 of file childrenView.h.


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