Home
last modified time | relevance | path

Searched refs:tfType (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/misc/usd/USD-21.11/pxr/base/plug/
H A DstaticInterface.cpp59 const TfType &tfType = in _LoadAndInstantiate() local
61 if (!tfType) { in _LoadAndInstantiate()
66 if (tfType.IsRoot()) { in _LoadAndInstantiate()
69 tfType.GetTypeName().c_str()); in _LoadAndInstantiate()
74 PlugPluginPtr plugin = PlugRegistry::GetInstance().GetPluginForType(tfType); in _LoadAndInstantiate()
78 tfType.GetTypeName().c_str()); in _LoadAndInstantiate()
90 tfType.GetFactory<Plug_InterfaceFactory::Base>(); in _LoadAndInstantiate()
94 tfType.GetTypeName().c_str()); in _LoadAndInstantiate()
103 tfType.GetTypeName().c_str()); in _LoadAndInstantiate()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomTypeRegistry.py51 tfType = Usd.SchemaRegistry.GetTypeFromSchemaTypeName(alias)
52 self.assertNotEqual(tfType, Tf.Type.Unknown)
53 self.assertEqual(tfType.typeName, typeName)
57 Usd.SchemaRegistry.GetSchemaTypeName(tfType), alias)
65 tfType)
67 Usd.SchemaRegistry.GetAPISchemaTypeName(tfType), alias)
72 Usd.SchemaRegistry.GetConcreteSchemaTypeName(tfType), "")
79 tfType)
81 Usd.SchemaRegistry.GetConcreteSchemaTypeName(tfType), alias)
86 Usd.SchemaRegistry.GetAPISchemaTypeName(tfType), "")
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/data/string_encoding_policies/
H A Dtf_idf_encoding_policy.hpp75 TfIdfEncodingPolicy(const TfTypes tfType = TfTypes::RAW_COUNT, in TfIdfEncodingPolicy() argument
77 tfType(tfType), in TfIdfEncodingPolicy()
247 TfTypes TfType() const { return tfType; } in TfType()
249 TfTypes& TfType() { return tfType; } in TfType()
262 ar & BOOST_SERIALIZATION_NVP(tfType); in serialize()
280 switch (tfType) in TermFrequency()
332 TfTypes tfType; member in mlpack::data::TfIdfEncodingPolicy
/dports/editors/ted/Ted-2.23/docBase/
H A DdocTocField.c24 tf->tfType= TOCtypeTOC; in docInitTocField()
84 to->tfType= from->tfType; in docCopyTocField()
253 tf->tfType= TOCtypeSEQ; in docFieldGetToc()
274 tf->tfType= TOCtypeSEQ; in docFieldGetToc()
287 tf->tfType= TOCtypeTOC; in docFieldGetToc()
313 tf->tfType= TOCtypeTOC; in docFieldGetToc()
348 tf->tfType= TOCtypeTOC; in docFieldGetToc()
390 tf->tfType= TOCtypeTOC; in docFieldGetToc()
407 tf->tfType= TOCtypeTOC; in docFieldGetToc()
488 switch( tf->tfType ) in docTocFieldSetTocInstructions()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DvalueTypeRegistry.cpp174 const TfType& tfType,
437 const TfType& tfType, in _AddCoreType() argument
444 if (!TF_VERIFY(!tfType.IsUnknown(), in _AddCoreType()
449 if (!TF_VERIFY(tfType != TfType::Find<void>(), in _AddCoreType()
456 const CoreTypeKey key(tfType, role); in _AddCoreType()
460 coreType.type = tfType; in _AddCoreType()
469 if (!TF_VERIFY(coreType.type == tfType, in _AddCoreType()
482 tfType.GetTypeName().c_str())) { in _AddCoreType()
487 tfType.GetTypeName().c_str())) { in _AddCoreType()
492 tfType.GetTypeName().c_str())) { in _AddCoreType()
[all …]
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdviewq/
H A DscalarTypes.py65 tfType = valueType.type
67 tfType = Tf.Type.Find(t)
69 if tfType != Tf.Type.Unknown:
70 typeName = tfType.typeName
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocCalculateToc.c145 if ( tf->tfType != TOCtypeTOC ) in docGetTocEntry()
184 if ( tf->tfType == TOCtypeTOC && in docGetTocEntry()
200 if ( tf->tfType == TOCtypeTOC && in docGetTocEntry()
209 if ( tf->tfType == TOCtypeTOC && in docGetTocEntry()
223 if ( tf->tfType == TOCtypeTOC && in docGetTocEntry()
267 if ( tf->tfType != TOCtypeSEQ ) in docGetTocEntry()
481 if ( tf->tfType == TOCtypeTOC && in docCollectTocInput()
491 if ( tf->tfType == TOCtypeTOC && in docCollectTocInput()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedTocTool.c40 if ( tf->tfType == TOCtypeTOC ) in tedTocToolRefreshFrom()
50 if ( tf->tfType == TOCtypeSEQ ) in tedTocToolRefreshFrom()
64 guiEnableWidget( tt->ttTocFromTcToggle, tf->tfType == TOCtypeTOC ); in tedFormatAdaptTocToType()
65 guiEnableWidget( tt->ttTocFromStylesToggle, tf->tfType == TOCtypeTOC ); in tedFormatAdaptTocToType()
66 guiEnableWidget( tt->ttTocFromOutlineToggle, tf->tfType == TOCtypeTOC ); in tedFormatAdaptTocToType()
69 tf->tfType == TOCtypeTOC && tf->tfUseStyleLevels ); in tedFormatAdaptTocToType()
71 tf->tfType == TOCtypeSEQ ); in tedFormatAdaptTocToType()
79 appSetOptionmenu( &(tt->ttTocTypeMenu), tf->tfType ); in tedFormatToolRefreshTocPage()
298 tf->tfType= type; in tedTocUsingChosen()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/basic/
H A DnonAppliedAPI.cpp74 static TfType tfType = TfType::Find<UsdContrivedNonAppliedAPI>(); in _GetStaticTfType() local
75 return tfType; in _GetStaticTfType()
H A DderivedNonAppliedAPI.cpp74 static TfType tfType = TfType::Find<UsdContrivedDerivedNonAppliedAPI>(); in _GetStaticTfType() local
75 return tfType; in _GetStaticTfType()
H A DsingleApplyAPI.cpp92 static TfType tfType = TfType::Find<UsdContrivedSingleApplyAPI>(); in _GetStaticTfType() local
93 return tfType; in _GetStaticTfType()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/namespace/
H A DnonAppliedAPI.cpp74 static TfType tfType = TfType::Find<UsdContrivedNonAppliedAPI>(); in _GetStaticTfType() local
75 return tfType; in _GetStaticTfType()
H A DderivedNonAppliedAPI.cpp74 static TfType tfType = TfType::Find<UsdContrivedDerivedNonAppliedAPI>(); in _GetStaticTfType() local
75 return tfType; in _GetStaticTfType()
H A DemptyMultipleApply.cpp95 static TfType tfType = TfType::Find<UsdContrivedEmptyMultipleApplyAPI>(); in _GetStaticTfType() local
96 return tfType; in _GetStaticTfType()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/headerTerminatorString/
H A DderivedNonAppliedAPI.cpp74 static TfType tfType = TfType::Find<UsdContrivedDerivedNonAppliedAPI>(); in _GetStaticTfType() local
75 return tfType; in _GetStaticTfType()
H A DnonAppliedAPI.cpp74 static TfType tfType = TfType::Find<UsdContrivedNonAppliedAPI>(); in _GetStaticTfType() local
75 return tfType; in _GetStaticTfType()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DapiSchemaBase.cpp57 static TfType tfType = TfType::Find<UsdAPISchemaBase>(); in _GetStaticTfType() local
58 return tfType; in _GetStaticTfType()
/dports/misc/usd/USD-21.11/pxr/usd/usdVol/
H A DfieldBase.cpp68 static TfType tfType = TfType::Find<UsdVolFieldBase>(); in _GetStaticTfType() local
69 return tfType; in _GetStaticTfType()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/nestedNamespace/
H A DderivedNonAppliedAPI.cpp74 static TfType tfType = TfType::Find<UsdContrivedDerivedNonAppliedAPI>(); in _GetStaticTfType() local
75 return tfType; in _GetStaticTfType()
H A DnonAppliedAPI.cpp74 static TfType tfType = TfType::Find<UsdContrivedNonAppliedAPI>(); in _GetStaticTfType() local
75 return tfType; in _GetStaticTfType()
H A DsingleApplyAPI.cpp92 static TfType tfType = TfType::Find<UsdContrivedSingleApplyAPI>(); in _GetStaticTfType() local
93 return tfType; in _GetStaticTfType()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A Dxform.cpp87 static TfType tfType = TfType::Find<UsdGeomXform>(); in _GetStaticTfType() local
88 return tfType; in _GetStaticTfType()
H A Dscope.cpp87 static TfType tfType = TfType::Find<UsdGeomScope>(); in _GetStaticTfType() local
88 return tfType; in _GetStaticTfType()
/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/
H A DfixedJoint.cpp87 static TfType tfType = TfType::Find<UsdPhysicsFixedJoint>(); in _GetStaticTfType() local
88 return tfType; in _GetStaticTfType()
/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/
H A DpackedJointAnimation.cpp87 static TfType tfType = TfType::Find<UsdSkelPackedJointAnimation>(); in _GetStaticTfType() local
88 return tfType; in _GetStaticTfType()

1234567