Home
last modified time | relevance | path

Searched refs:_AddProperty (Results 1 – 3 of 3) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/plugin/usdAbc/
H A DalembicReader.cpp1898 Property& _AddProperty(const TfToken& name);
1899 Property& _AddProperty(const TfToken& name,
1904 Property& _AddProperty(const TfToken& name,
2036 Property &prop = _AddProperty(name, typeName, converter, converter, false); in AddUniformProperty()
2103 (_AddProperty(UsdAbcPropertyNames->stIndices, in AddOutOfSchemaProperty()
2106 (_AddProperty(TfToken(name), in AddOutOfSchemaProperty()
2124 _PrimReaderContext::_AddProperty(const TfToken& name) in _AddProperty() function in __anon67d290af0111::_PrimReaderContext
2142 _PrimReaderContext::_AddProperty( in _AddProperty() function in __anon67d290af0111::_PrimReaderContext
2149 return _AddProperty(name, typeName, in _AddProperty()
2156 _PrimReaderContext::_AddProperty( in _AddProperty() function in __anon67d290af0111::_PrimReaderContext
[all …]
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/python/CSXCAD/
H A DCSXCAD.pxd60 cdef _AddProperty(self, CSProperties prop) member in ContinuousStructure
H A DCSXCAD.pyx263 self._AddProperty(prop)
265 cdef _AddProperty(self, CSProperties prop): member in ContinuousStructure