Searched refs:Type (Results 1 – 25 of 31) sorted by relevance
12
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Foreach.h | 36 template <typename Type> 39 static_any(const Type& item) : m_Item(item) {} in static_any() 40 mutable Type m_Item; 46 template <typename Type> 47 NW_INLINE Type& static_any_cast(static_any_t value) in static_any_cast() 49 return static_cast<const static_any<Type>&>(value).m_Item; in static_any_cast() 55 template <typename Type> 58 typedef Type type; 61 template <typename Type> 62 NW_INLINE contain_type<Type>* encode_type(Type&) in encode_type() argument [all …]
|
| D | ut_TypeTraits.h | 120 template <typename Type> \ 124 template <typename Type, typename ClassName> \ 148 template <typename Type> 150 NW_TRAITS_SPEC(1, IsPointer, Type*, true) 158 template <typename Type> 159 struct IsSame<Type, Type> : public internal::TrueType {};
|
| D | ut_Lock.h | 38 template<typename Type> 46 AutoLock(Type& lockObj) : m_LockObj(lockObj) in AutoLock() 58 Type& m_LockObj;
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_Model.h | 595 template<typename Type> 596 Type GetUserParameter() const in GetUserParameter() 598 NW_STATIC_ASSERT(sizeof(Type) <= 4); in GetUserParameter() 599 return *reinterpret_cast<const Type*>(&m_UserParameter); in GetUserParameter() 603 template<typename Type> 604 void SetUserParameter(Type parameter) in SetUserParameter() 606 NW_STATIC_ASSERT(sizeof(Type) <= 4); in SetUserParameter()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_Font.h | 150 enum Type enum 219 virtual Type GetType() const = 0;
|
| D | font_PairFont.h | 71 virtual Type GetType() const;
|
| D | font_ResFontBase.h | 63 virtual Type GetType() const;
|
| /NW4C-2.0.3/include/nw/anim/res/ |
| D | anim_ResAnimCurve.h | 516 template <typename Type> 531 Type cv;
|
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_PairFont.cpp | 112 Font::Type
|
| D | font_ResFontBase.cpp | 169 Font::Type
|
| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 126 // menuItem -l "NW4C Set Primitive Type..."
|
| D | NW4C_SetUserData.mel | 594 radioButtonGrp -l "Type" -nrb 3 -cw4 60 70 70 70 996 string $listText = `text -l "Name Type Size Value"
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 960 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 960 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 960 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| D | NW4C_mtl.ms.inc | 737 lv_data.Columns.add " Type "
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 960 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 960 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 183 lv_mtl.Columns.add "Billboard Type" 960 lv_data.Columns.add " Type "
|
| D | NW4C_utils.ms.inc | 557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
|
12