MCPcopy Create free account
hub / github.com/assimp/assimp / AddProperty

Method AddProperty

code/Common/BaseProcess.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 //! Add a heap property to the list
113 template <typename T>
114 void AddProperty(const char *name, T *in) {
115 AddProperty(name, (Base *)new THeapData<T>(in));
116 }
117
118 //! Add a static by-value property to the list
119 template <typename T>

Callers 2

ProcessSceneMethod · 0.45
CreateMaterialMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected