Searched refs:m_nodeIndices (Results 1 – 4 of 4) sorted by relevance
48 int m_nodeIndices[2]; // Node pointers member57 int m_nodeIndices[3]; // Node pointers member65 int m_nodeIndices[4]; // Node pointers member144 int *m_nodeIndices; member
3340 memPtr->m_nodeIndices[0] = m_links[i].m_n[0] ? m_links[i].m_n[0] - &m_nodes[0]: -1; in serialize()3341 memPtr->m_nodeIndices[1] = m_links[i].m_n[1] ? m_links[i].m_n[1] - &m_nodes[0]: -1; in serialize()3342 btAssert(memPtr->m_nodeIndices[0]<m_nodes.size()); in serialize()3343 btAssert(memPtr->m_nodeIndices[1]<m_nodes.size()); in serialize()3365 memPtr->m_nodeIndices[j] = m_faces[i].m_n[j]? m_faces[i].m_n[j] - &m_nodes[0]: -1; in serialize()3386 memPtr->m_nodeIndices[j] = m_tetras[j].m_n[j]? m_tetras[j].m_n[j]-&m_nodes[0] : -1; in serialize()3570 …memPtr->m_nodeIndices = memPtr->m_numNodes ? (int*) serializer->getUniquePointer((void*) &m_clust… in serialize()3571 if (memPtr->m_nodeIndices ) in serialize()
1173 int m_nodeIndices[2]; variable1185 int m_nodeIndices[3]; variable1196 int m_nodeIndices[4]; variable1282 int *m_nodeIndices; variable
14423 int *b = (int *) arg1->m_nodeIndices; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyLinkData_1nodeIndices_1set()14439 result = (int *)(int *) ((arg1)->m_nodeIndices); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyLinkData_1nodeIndices_1get()14596 int *b = (int *) arg1->m_nodeIndices; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyFaceData_1nodeIndices_1set()14612 result = (int *)(int *) ((arg1)->m_nodeIndices); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyFaceData_1nodeIndices_1get()14746 int *b = (int *) arg1->m_nodeIndices; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyTetraData_1nodeIndices_1set()14762 result = (int *)(int *) ((arg1)->m_nodeIndices); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyTetraData_1nodeIndices_1get()16538 arg1->m_nodeIndices = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1nodeIndices_1set()16540 arg1->m_nodeIndices = 0; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1nodeIndices_1set()16556 result = (int *) ((arg1)->m_nodeIndices); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1nodeIndices_1get()