HomeSort by relevance Sort by last modified time
    Searched refs:m_clusters (Results 1 - 16 of 16) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 404 appendLinearJoint(specs,m_clusters[0],body);
410 appendLinearJoint(specs,m_clusters[0],body->m_clusters[0]);
431 appendAngularJoint(specs,m_clusters[0],body);
437 appendAngularJoint(specs,m_clusters[0],body->m_clusters[0]);
947 return(m_clusters.size());
964 return(clusterCom(m_clusters[cluster]));
1178 Cluster* c=m_clusters[index];
1182 m_clusters.remove(c)
    [all...]
btSoftBodyData.h 202 SoftBodyClusterData *m_clusters; member in struct:btSoftBodyFloatData
btSoftBodyHelpers.cpp 174 for(i=0;i<psb->m_clusters.size();++i)
176 if(psb->m_clusters[i]->m_collide)
183 vertices.resize(psb->m_clusters[i]->m_nodes.size());
186 vertices[j]=psb->m_clusters[i]->m_nodes[j]->m_x;
240 for(int j=0;j<psb->m_clusters[i].m_nodes.size();++j)
242 const btSoftBody::Cluster& c=psb->m_clusters[i];
249 // btSoftBody::Cluster& c=*psb->m_clusters[i];
    [all...]
btSoftBody.h 671 tClusterArray m_clusters; // Clusters member in class:btSoftBody
btSoftBodyInternals.h 766 connected = bodies[0]->m_clusterConnectivity[cla->m_clusterIndex+bodies[0]->m_clusters.size()*clb->m_clusterIndex];
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 166 ListOfClusters m_clusters; /**< \brief Partition of eigenvalues into clusters of ei'vals "close" to each other */ member in class:Eigen::MatrixFunction
226 * This function computes #m_clusters. This is a partition of the
245 if (qi == m_clusters.end()) {
248 m_clusters.push_back(l);
249 qi = m_clusters.end();
257 if (qj == m_clusters.end()) {
261 m_clusters.erase(qj);
268 /** \brief Find cluster in #m_clusters containing some value
271 * \c m_clusters.end() if no cluster in m_clusters contains \c key
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 695 m_clusters(NULL),
707 Cluster** i = m_clusters;
708 Cluster** j = m_clusters + count;
718 delete[] m_clusters;
1265 Cluster* const pCluster = m_clusters[idx];
1332 assert(m_clusters);
1334 assert(m_clusters[idx] == pCluster);
    [all...]
mkvparser.hpp 864 Cluster** m_clusters; member in class:mkvparser::Segment
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 676 m_clusters(NULL),
684 Cluster** i = m_clusters;
685 Cluster** j = m_clusters + count;
692 delete[] m_clusters;
1225 Cluster* const pCluster = m_clusters[idx];
    [all...]
mkvparser.hpp 997 Cluster** m_clusters; member in class:mkvparser::Segment
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 675 m_clusters(NULL),
683 Cluster** i = m_clusters;
684 Cluster** j = m_clusters + count;
691 delete[] m_clusters;
1224 Cluster* const pCluster = m_clusters[idx];
    [all...]
mkvparser.h 1084 Cluster** m_clusters; member in class:mkvparser::Segment
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 705 m_clusters(NULL),
717 Cluster** i = m_clusters;
718 Cluster** j = m_clusters + count;
728 delete[] m_clusters;
1295 Cluster* const pCluster = m_clusters[idx];
1362 assert(m_clusters);
1364 assert(m_clusters[idx] == pCluster);
    [all...]
mkvparser.hpp 1047 Cluster** m_clusters; member in class:mkvparser::Segment
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 1334 SoftBodyClusterData *m_clusters; member in class:Bullet::btSoftBodyFloatData
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 547 milliseconds