Cortex
10.0.0-a4
|
This is the complete list of members for IECore::SmoothSkinningData, including all inherited members.
addRef() const | IECore::RefCounted | inline |
BaseClass typedef | IECore::RunTimeTyped | |
baseTypeId() | IECore::RunTimeTyped | static |
baseTypeId(TypeId typeId) | IECore::RunTimeTyped | static |
baseTypeIds(TypeId typeId) | IECore::RunTimeTyped | static |
baseTypeName() | IECore::RunTimeTyped | static |
baseTypeRegistry() (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
BaseTypeRegistryMap typedef (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protected |
BaseTypesRegistryMap typedef (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protected |
completeBaseTypesRegistry() (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
completeDerivedTypesRegistry() (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
copy() const | IECore::Object | |
copyFrom(const Object *other) | IECore::Object | |
copyFrom(const Object *other, CopyContext *context)=0 | IECore::Object | protectedpure virtual |
create(TypeId typeId) | IECore::Object | static |
create(const std::string &typeName) | IECore::Object | static |
CreatorFn typedef (defined in IECore::Object) | IECore::Object | |
derivedTypeIds(TypeId typeId) | IECore::RunTimeTyped | static |
derivedTypeIdsWalk(TypeId typeId, std::set< TypeId > &) (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
derivedTypesRegistry() (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
DerivedTypesRegistryMap typedef (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protected |
g_baseTypeIdsMutex (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
g_derivedTypeIdsMutex (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
hash() const | IECore::Object | |
hash(MurmurHash &h) const =0 | IECore::Object | pure virtual |
IE_CORE_DECLAREABSTRACTOBJECT(Data, Object) (defined in IECore::Data) | IECore::Data | |
IE_CORE_DECLAREMEMBERPTR(RunTimeTyped) (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | |
IE_CORE_DECLAREMEMBERPTR(RefCounted) (defined in IECore::RefCounted) | IECore::RefCounted | |
IE_CORE_DECLAREOBJECT(SmoothSkinningData, Data) (defined in IECore::SmoothSkinningData) | IECore::SmoothSkinningData | |
IE_CORE_DECLAREPTR(LoadContext) (defined in IECore::Object) | IECore::Object | protected |
IE_CORE_DECLARERUNTIMETYPED(Object, RunTimeTyped) (defined in IECore::Object) | IECore::Object | |
influenceNames() const | IECore::SmoothSkinningData | |
influenceNames() (defined in IECore::SmoothSkinningData) | IECore::SmoothSkinningData | |
influencePose() const | IECore::SmoothSkinningData | |
influencePose() (defined in IECore::SmoothSkinningData) | IECore::SmoothSkinningData | |
inheritsFrom(TypeId typeId) | IECore::RunTimeTyped | static |
inheritsFrom(const char *typeName) | IECore::RunTimeTyped | static |
inheritsFrom(TypeId type, TypeId baseType) | IECore::RunTimeTyped | static |
inheritsFrom(const char *typeName, const char *baseTypeName) | IECore::RunTimeTyped | static |
isAbstractType(TypeId typeId) | IECore::Object | static |
isAbstractType(const std::string &typeName) | IECore::Object | static |
isEqualTo(const Object *other) const =0 | IECore::Object | pure virtual |
isInstanceOf(TypeId typeId) const | IECore::RunTimeTyped | virtual |
isInstanceOf(const char *typeName) const | IECore::RunTimeTyped | virtual |
isNotEqualTo(const Object *other) const | IECore::Object | virtual |
isType(TypeId typeId) | IECore::Object | static |
isType(const std::string &typeName) | IECore::Object | static |
load(ConstIndexedIOPtr ioInterface, const IndexedIO::EntryID &name) | IECore::Object | static |
load(LoadContextPtr context)=0 | IECore::Object | protectedpure virtual |
memoryUsage() const | IECore::Object | |
memoryUsage(MemoryAccumulator &accumulator) const =0 | IECore::Object | protectedpure virtual |
Mutex typedef (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protected |
Object() (defined in IECore::Object) | IECore::Object | |
operator!=(const Object &other) const | IECore::Object | |
operator==(const Object &other) const | IECore::Object | |
pointIndexOffsets() const | IECore::SmoothSkinningData | |
pointIndexOffsets() (defined in IECore::SmoothSkinningData) | IECore::SmoothSkinningData | |
pointInfluenceCounts() const | IECore::SmoothSkinningData | |
pointInfluenceCounts() (defined in IECore::SmoothSkinningData) | IECore::SmoothSkinningData | |
pointInfluenceIndices() const | IECore::SmoothSkinningData | |
pointInfluenceIndices() (defined in IECore::SmoothSkinningData) | IECore::SmoothSkinningData | |
pointInfluenceWeights() const | IECore::SmoothSkinningData | |
pointInfluenceWeights() (defined in IECore::SmoothSkinningData) | IECore::SmoothSkinningData | |
refCount() const | IECore::RefCounted | inline |
RefCount typedef (defined in IECore::RefCounted) | IECore::RefCounted | |
RefCounted() (defined in IECore::RefCounted) | IECore::RefCounted | |
registerType(TypeId typeId, const std::string &typeName, CreatorFn creator, void *data=nullptr) | IECore::Object | static |
IECore::RunTimeTyped::registerType(TypeId derivedTypeId, const char *derivedTypeName, TypeId baseTypeId) | IECore::RunTimeTyped | static |
removeRef() const | IECore::RefCounted | inline |
RunTimeTyped() (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | |
save(IndexedIOPtr ioInterface, const IndexedIO::EntryID &name) const | IECore::Object | |
save(SaveContext *context) const =0 | IECore::Object | protectedpure virtual |
SmoothSkinningData(ConstStringVectorDataPtr influenceNames, ConstM44fVectorDataPtr influencePose, ConstIntVectorDataPtr pointIndexOffsets, ConstIntVectorDataPtr pointInfluenceCounts, ConstIntVectorDataPtr pointInfluenceIndices, ConstFloatVectorDataPtr pointInfluenceWeights) | IECore::SmoothSkinningData | |
SmoothSkinningData() | IECore::SmoothSkinningData | |
staticTypeId() | IECore::RunTimeTyped | static |
staticTypeName() | IECore::RunTimeTyped | static |
typeId() const | IECore::RunTimeTyped | virtual |
typeIdFromTypeName(const char *typeName) | IECore::RunTimeTyped | static |
typeIdsToTypeNames() (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
TypeIdsToTypeNamesMap typedef (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protected |
typeName() const | IECore::RunTimeTyped | virtual |
typeNameFromTypeId(TypeId typeId) | IECore::RunTimeTyped | static |
typeNamesToTypeIds() (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protectedstatic |
TypeNamesToTypeIdsMap typedef (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | protected |
validate() const | IECore::SmoothSkinningData | |
~Data() override (defined in IECore::Data) | IECore::Data | protected |
~Object() override (defined in IECore::Object) | IECore::Object | |
~RefCounted() (defined in IECore::RefCounted) | IECore::RefCounted | protectedvirtual |
~RunTimeTyped() override (defined in IECore::RunTimeTyped) | IECore::RunTimeTyped | |
~SmoothSkinningData() override (defined in IECore::SmoothSkinningData) | IECore::SmoothSkinningData |