Searched refs:Type (Results 1 – 25 of 25) sorted by relevance
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_Foreach.h | 34 template <typename Type> 37 static_any(const Type& item) : m_Item(item) {} in static_any() 38 mutable Type m_Item; 44 template <typename Type> 45 NW_INLINE Type& static_any_cast(static_any_t value) in static_any_cast() 47 return static_cast<const static_any<Type>&>(value).m_Item; in static_any_cast() 53 template <typename Type> 56 typedef Type type; 59 template <typename Type> 60 NW_INLINE contain_type<Type>* encode_type(Type&) in encode_type() argument [all …]
|
| D | ut_TypeTraits.h | 118 template <typename Type> \ 122 template <typename Type, typename ClassName> \ 146 template <typename Type> 148 NW_TRAITS_SPEC(1, IsPointer, Type*, true) 156 template <typename Type> 157 struct IsSame<Type, Type> : public internal::TrueType {};
|
| D | ut_Lock.h | 36 template<typename Type> 44 AutoLock(Type& lockObj) : m_LockObj(lockObj) in AutoLock() 56 Type& m_LockObj;
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_Model.h | 593 template<typename Type> 594 Type GetUserParameter() const in GetUserParameter() 596 NW_STATIC_ASSERT(sizeof(Type) <= 4); in GetUserParameter() 597 return *reinterpret_cast<const Type*>(&m_UserParameter); in GetUserParameter() 601 template<typename Type> 602 void SetUserParameter(Type parameter) in SetUserParameter() 604 NW_STATIC_ASSERT(sizeof(Type) <= 4); in SetUserParameter()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_Font.h | 148 enum Type enum 217 virtual Type GetType() const = 0;
|
| D | font_PairFont.h | 69 virtual Type GetType() const;
|
| D | font_ResFontBase.h | 61 virtual Type GetType() const;
|
| /NW4C-1.3.3/include/nw/anim/res/ |
| D | anim_ResAnimCurve.h | 515 template <typename Type> 530 Type cv;
|
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_PairFont.cpp | 110 Font::Type
|
| D | font_ResFontBase.cpp | 167 Font::Type
|
| /NW4C-1.3.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 127 // menuItem -l "NW4C Set Primitive Type..."
|
| D | NW4C_SetUserData.mel | 595 radioButtonGrp -l "Type" -nrb 3 -cw4 60 70 70 70 997 string $listText = `text -l "Name Type Size Value"
|
| D | NW4C_SetAnimRange.mel | 2160 -m "Select Import Type." -p $wName
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 919 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 508 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| D | NW4C_mtl.ms.inc | 737 lv_data.Columns.add " Type "
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 919 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 508 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| D | NW4C_mtl.ms.inc | 737 lv_data.Columns.add " Type "
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 919 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 508 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| D | NW4C_mtl.ms.inc | 737 lv_data.Columns.add " Type "
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 919 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 508 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| D | NW4C_mtl.ms.inc | 737 lv_data.Columns.add " Type "
|