Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_Foreach.h34 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 …]
Dut_TypeTraits.h118 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 {};
Dut_Lock.h36 template<typename Type>
44 AutoLock(Type& lockObj) : m_LockObj(lockObj) in AutoLock()
56 Type& m_LockObj;
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Model.h579 template<typename Type>
580 Type GetUserParameter() const in GetUserParameter()
582 NW_STATIC_ASSERT(sizeof(Type) <= 4); in GetUserParameter()
583 return *reinterpret_cast<const Type*>(&m_UserParameter); in GetUserParameter()
587 template<typename Type>
588 void SetUserParameter(Type parameter) in SetUserParameter()
590 NW_STATIC_ASSERT(sizeof(Type) <= 4); in SetUserParameter()
/NW4C-1.2.23/include/nw/font/
Dfont_Font.h148 enum Type enum
217 virtual Type GetType() const = 0;
Dfont_PairFont.h69 virtual Type GetType() const;
Dfont_ResFontBase.h61 virtual Type GetType() const;
/NW4C-1.2.23/include/nw/anim/res/
Danim_ResAnimCurve.h508 template <typename Type>
523 Type cv;
/NW4C-1.2.23/sources/libraries/font/
Dfont_PairFont.cpp110 Font::Type
Dfont_ResFontBase.cpp167 Font::Type
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_CreateMenu.mel121 // menuItem -l "NW4C Set Primitive Type..."
DNW4C_SetUserData.mel554 radioButtonGrp -l "Type" -nrb 3 -cw4 60 70 70 70
984 string $listText = `text -l "Name Type Size Value"
DNW4C_SetAnimRange.mel2132 -m "Select Import Type." -p $wName
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_node.ms.inc183 lv_mtl.Columns.add "Billboard Type"