MCPcopy Create free account
hub / github.com/MyGUI/mygui / clear

Method clear

UnitTests/UnitTest_Layers/SceneObject.cpp:173–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 void SceneObject::clear()
174 {
175 delete mTextureCoords;
176 mTextureCoords = nullptr;
177
178 delete mVertices;
179 mVertices = nullptr;
180 mVertexCount = 0;
181
182 delete mIndices;
183 mIndices = nullptr;
184 mIndexCount = 0;
185 }
186
187 bool SceneObject::isIntersectMesh(int& _x, int& _y, const Ogre::Ray& _ray, int _texture_width, int _texture_height)
188 const

Callers 15

removeAllItemsMethod · 0.45
removeAllItemsMethod · 0.45
destroySceneMethod · 0.45
saveToFileMethod · 0.45
removeConnectionMethod · 0.45
updateStateLenghtMethod · 0.45
updateMethod · 0.45
removeConnectionMethod · 0.45
updateStateLenghtMethod · 0.45
removeAllItemsMethod · 0.45
startDragMethod · 0.45
~AnimationNodeFactoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected