MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getChildren

Method getChildren

physx/source/physx/src/NpArticulationLink.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233
234PxU32 NpArticulationLink::getChildren(PxArticulationLink** userBuffer, PxU32 bufferSize, PxU32 startIndex) const
235{
236 NP_READ_CHECK(NpActor::getOwnerScene(*this));
237 return Cm::getArrayOfPointers(userBuffer, bufferSize, startIndex, mChildLinks.begin(), mChildLinks.size());
238}
239
240PxU32 NpArticulationLink::getLinkIndex() const
241{

Callers 6

RepXVisitorWriterMethod · 0.45
createInstanceMethod · 0.45

Calls 2

beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected