MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / clear

Method clear

COLLADAFramework/include/COLLADAFWArray.h:100–104  ·  view source on GitHub ↗

Clears the array, i.e. releasese memory if nescesary and reset all members.*/

Source from the content-addressed store, hash-verified

98
99 /** Clears the array, i.e. releasese memory if nescesary and reset all members.*/
100 void clear()
101 {
102 if ( mFlags & RELEASE_MEMORY)
103 releaseMemory();
104 }
105
106 /** Returns the C-style data array.*/
107 Type* getData () { return mData; }

Callers 15

AnimationListClass · 0.45
flushAllTechniquesMethod · 0.45
clearInputsMethod · 0.45
end__animation_clipMethod · 0.45
initializeOffsetsMethod · 0.45
end__SIDREFMethod · 0.45
end__samplerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected