OpenWalnut
1.4.0
|
Class converts the specified property value to an index list. More...
#include <WGEShaderPropertyDefineOptions.h>
Public Types | |
typedef WGEShaderPropertyDefineOptions < PropType >::IdxList | IdxList |
The type of the index-list to create. | |
Public Member Functions | |
IdxList | operator() (const typename PropType::element_type::ValueType &in) const |
Converts the specified property value to an index list. |
Class converts the specified property value to an index list.
The generic case for all int-castable property types is trivial. WPropSelection is a specialization of this class.
PropType | The property. WPropInt for example. |
Definition at line 160 of file WGEShaderPropertyDefineOptions.h.
typedef WGEShaderPropertyDefineOptions< PropType >::IdxList WGEShaderPropertyDefineOptionsIndexAdapter< PropType >::IdxList |
The type of the index-list to create.
Definition at line 166 of file WGEShaderPropertyDefineOptions.h.
IdxList WGEShaderPropertyDefineOptionsIndexAdapter< PropType >::operator() | ( | const typename PropType::element_type::ValueType & | in | ) | const [inline] |
Converts the specified property value to an index list.
in | the value to convert to an index list |
Definition at line 175 of file WGEShaderPropertyDefineOptions.h.