HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfAdaptedChildrenViewCreator< _View, _Adapter > Struct Template Reference

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

Member Typedef Documentation

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

Definition at line 506 of file childrenView.h.

template<class _View , class _Adapter >
typedef _View SdfAdaptedChildrenViewCreator< _View, _Adapter >::OriginalView

Definition at line 503 of file childrenView.h.

Member Function Documentation

template<class _View , class _Adapter >
static AdaptedView SdfAdaptedChildrenViewCreator< _View, _Adapter >::Create ( const OriginalView view)
inlinestatic

Definition at line 508 of file childrenView.h.


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