Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 31) sorted by relevance

12

/NW4C-2.0.3/include/nw/ut/
Dut_Foreach.h36 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 …]
Dut_TypeTraits.h120 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 {};
Dut_Lock.h38 template<typename Type>
46 AutoLock(Type& lockObj) : m_LockObj(lockObj) in AutoLock()
58 Type& m_LockObj;
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Model.h595 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/
Dfont_Font.h150 enum Type enum
219 virtual Type GetType() const = 0;
Dfont_PairFont.h71 virtual Type GetType() const;
Dfont_ResFontBase.h63 virtual Type GetType() const;
/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h516 template <typename Type>
531 Type cv;
/NW4C-2.0.3/sources/libraries/font/
Dfont_PairFont.cpp112 Font::Type
Dfont_ResFontBase.cpp169 Font::Type
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_CreateMenu.mel126 // menuItem -l "NW4C Set Primitive Type..."
DNW4C_SetUserData.mel594 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/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
960 lv_data.Columns.add " Type "
DNW4C_utils.ms.inc557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
960 lv_data.Columns.add " Type "
DNW4C_utils.ms.inc557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
960 lv_data.Columns.add " Type "
DNW4C_utils.ms.inc557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
DNW4C_mtl.ms.inc737 lv_data.Columns.add " Type "
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
960 lv_data.Columns.add " Type "
DNW4C_utils.ms.inc557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
960 lv_data.Columns.add " Type "
DNW4C_utils.ms.inc557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
960 lv_data.Columns.add " Type "
DNW4C_utils.ms.inc557 radioButtons rdoType "Type" labels:#("String", "Integer", "Float") columns:3 align:#left

12