This file is indexed.

/usr/include/sofa/component/mapping/SkinningMapping.inl is in libsofa1-dev 1.0~beta4-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
/******************************************************************************
*       SOFA, Simulation Open-Framework Architecture, version 1.0 beta 4      *
*                (c) 2006-2009 MGH, INRIA, USTL, UJF, CNRS                    *
*                                                                             *
* This library is free software; you can redistribute it and/or modify it     *
* under the terms of the GNU Lesser General Public License as published by    *
* the Free Software Foundation; either version 2.1 of the License, or (at     *
* your option) any later version.                                             *
*                                                                             *
* This library is distributed in the hope that it will be useful, but WITHOUT *
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       *
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License *
* for more details.                                                           *
*                                                                             *
* You should have received a copy of the GNU Lesser General Public License    *
* along with this library; if not, write to the Free Software Foundation,     *
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.          *
*******************************************************************************
*                               SOFA :: Modules                               *
*                                                                             *
* Authors: The SOFA Team and external contributors (see Authors.txt)          *
*                                                                             *
* Contact information: contact@sofa-framework.org                             *
******************************************************************************/
#ifndef SOFA_COMPONENT_MAPPING_SKINNINGMAPPING_INL
#define SOFA_COMPONENT_MAPPING_SKINNINGMAPPING_INL

#include <sofa/component/mapping/SkinningMapping.h>
#include <sofa/helper/io/MassSpringLoader.h>
#include <sofa/helper/io/SphereLoader.h>
#include <sofa/helper/io/Mesh.h>
#include <sofa/helper/gl/template.h>
#include <sofa/helper/gl/Axis.h>
#include <sofa/core/componentmodel/behavior/MechanicalMapping.inl>
#include <sofa/core/componentmodel/behavior/MechanicalState.h>
#include <string>
#include <iostream>





namespace sofa
{

  namespace component
  {

    namespace mapping
    {

      using namespace sofa::defaulttype;

      template <class BasicMapping>
      class SkinningMapping<BasicMapping>::Loader : public helper::io::MassSpringLoader, public helper::io::SphereLoader
      {
        public:
          SkinningMapping<BasicMapping>* dest;
          Loader ( SkinningMapping<BasicMapping>* dest ) : dest ( dest ) {}
          virtual void addMass ( SReal /*px*/, SReal /*py*/, SReal /*pz*/, SReal, SReal, SReal, SReal, SReal, bool, bool )
          {
          }
          virtual void addSphere ( SReal /*px*/, SReal /*py*/, SReal /*pz*/, SReal )
          {
          }
      };

      template <class BasicMapping>
      SkinningMapping<BasicMapping>::SkinningMapping ( In* from, Out* to )
          : Inherit ( from, to )
          , repartition ( initData ( &repartition,"repartition","repartition between input DOFs and skinned vertices" ) )
          , coefs ( initData ( &coefs,"coefs","weights list for the influences of the references Dofs" ) )
          , nbRefs ( initData ( &nbRefs, ( unsigned ) 3,"nbRefs","nb references for skinning" ) )
          , computeWeights ( true )
          , wheighting ( WEIGHT_INVDIST )
          , interpolation ( INTERPOLATION_LINEAR )
      {
      }

      template <class BasicMapping>
      SkinningMapping<BasicMapping>::~SkinningMapping ()
      {
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::load ( const char * /*filename*/ )
      {
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::computeInitPos ( )
      {
        VecCoord& xto = *this->toModel->getX();
        const VecInCoord& xfrom = *this->fromModel->getX();
        initPosDOFs.resize ( xfrom.size() );
        initPos.resize ( xto.size() * nbRefs.getValue() );

        sofa::helper::vector<double> m_coefs = coefs.getValue();
        sofa::helper::vector<unsigned int> m_reps = repartition.getValue();

        for ( unsigned int i = 0; i < xfrom.size(); i++ )
        {
          initPosDOFs[i] = xfrom[i];
        }

        switch ( interpolation )
        {
          case INTERPOLATION_LINEAR:
          {
            for ( unsigned int i = 0; i < xto.size(); i++ )
            {
              for ( unsigned int m = 0; m < nbRefs.getValue(); m++ )
              {
                initPos[nbRefs.getValue() *i+m] = xfrom[m_reps[nbRefs.getValue() *i+m]].getOrientation().inverseRotate ( xto[i] - xfrom[m_reps[nbRefs.getValue() *i+m]].getCenter() );
              }
            }
            break;
          }
          default:{}
        }
        repartition.setValue ( m_reps );
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::sortReferences ()
      {
        Coord posTo;
        VecCoord& xto = *this->toModel->getX();
        VecInCoord& xfrom = *this->fromModel->getX();

        sofa::helper::vector<unsigned int> m_reps = repartition.getValue();
        m_reps.clear();
        m_reps.resize ( nbRefs.getValue() *xto.size() );

        sofa::helper::vector<double> m_coefs = coefs.getValue();
        m_coefs.clear();
        m_coefs.resize ( nbRefs.getValue() *xto.size() );

        for ( unsigned int i=0;i<xto.size();i++ )
        {
          posTo = xto[i];
          for ( unsigned int h=0 ; h<nbRefs.getValue() ; h++ )
            m_coefs[nbRefs.getValue() *i+h] = 9999999. ;

          //search the nbRefs nearest "from" dofs of each "to" point
          for ( unsigned int j=0;j<xfrom.size();j++ )
          {
            Real dist2 = ( posTo - xfrom[j].getCenter() ).norm();

            unsigned int k=0;
            while ( k<nbRefs.getValue() )
            {
              if ( dist2 < m_coefs[nbRefs.getValue() *i+k] )
              {
                for ( unsigned int m=nbRefs.getValue()-1 ; m>k ; m-- )
                {
                  m_coefs[nbRefs.getValue() *i+m] = m_coefs[nbRefs.getValue() *i+m-1];
                  m_reps[nbRefs.getValue() *i+m] = m_reps[nbRefs.getValue() *i+m-1];
                }
                m_coefs[nbRefs.getValue() *i+k] = dist2;
                m_reps[nbRefs.getValue() *i+k] = j;
                k=nbRefs.getValue();
              }
              k++;
            }
          }
        }
        repartition.setValue ( m_reps );
        coefs.setValue ( m_coefs );
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::init()
      {
        if ( this->initPos.empty() && this->toModel!=NULL && computeWeights==true && coefs.getValue().size() ==0 )
        {
          sortReferences ();
          updateWeights ();
          computeInitPos ();
        }
        else if ( computeWeights == false || coefs.getValue().size() !=0 )
        {
          computeInitPos();
        }
        this->BasicMapping::init();
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::parse ( core::objectmodel::BaseObjectDescription* arg )
      {
        if ( arg->getAttribute ( "filename" ) )
          this->load ( arg->getAttribute ( "filename" ) );
        this->Inherit::parse ( arg );
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::clear()
      {
        this->initPos.clear();
        this->initPosDOFs.clear();
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::setWeightsToHermite()
      {
        wheighting = WEIGHT_HERMITE;
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::setWeightsToLinear()
      {
        wheighting = WEIGHT_LINEAR;
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::setWieghtsToInvDist()
      {
        wheighting = WEIGHT_INVDIST;
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::setInterpolationToLinear()
      {
        interpolation = INTERPOLATION_LINEAR;
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::setInterpolationToDualQuaternion()
      {
        interpolation = INTERPOLATION_DUAL_QUATERNION;
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::updateWeights ()
      {
        VecCoord& xto = *this->toModel->getX();
        VecInCoord& xfrom = *this->fromModel->getX();

        sofa::helper::vector<double> m_coefs = coefs.getValue();
        sofa::helper::vector<unsigned int> m_reps = repartition.getValue();

        switch ( wheighting )
        {
          case WEIGHT_LINEAR:
          {
            for ( unsigned int i=0;i<xto.size();i++ )
            {
              Vec3d r1r2, r1p;
              if ( nbRefs.getValue() == 1 )
              {
                m_coefs[nbRefs.getValue() *i] = 1;
              }
              else
              {
                double wi;
                r1r2 = xfrom[m_reps[nbRefs.getValue() *i+1]].getCenter() - xfrom[m_reps[nbRefs.getValue() *i+0]].getCenter();
                r1p  = xto[i] - xfrom[m_reps[nbRefs.getValue() *i+0]].getCenter();
                wi = ( r1r2*r1p ) / ( r1r2.norm() *r1r2.norm() );

                // Abscisse curviligne
                m_coefs[nbRefs.getValue() *i+0] = ( 1 - wi );
                m_coefs[nbRefs.getValue() *i+1] = wi;
              }
            }
            break;
          }
          case WEIGHT_INVDIST:
          {
            for ( unsigned int i=0;i<xto.size();i++ )
            {
              for ( unsigned int k=0;k<nbRefs.getValue();k++ )
              {
                m_coefs[nbRefs.getValue() *i+k] = 1 / m_coefs[nbRefs.getValue() *i+k];
              }
              //m_coefs.normalize();
              //normalize the coefs vector such as the sum is equal to 1
              double norm=0.0;
              for ( unsigned int h=0 ; h<nbRefs.getValue(); h++ )
                norm += m_coefs[nbRefs.getValue() *i+h]*m_coefs[nbRefs.getValue() *i+h];
              norm = helper::rsqrt ( norm );

              for ( unsigned int g=0 ; g<nbRefs.getValue(); g++ )
                m_coefs[nbRefs.getValue() *i+g] /= norm;

              for ( unsigned int m=0;m<nbRefs.getValue();m++ )
                m_coefs[nbRefs.getValue() *i+m] = m_coefs[nbRefs.getValue() *i+m]*m_coefs[nbRefs.getValue() *i+m];
            }
            break;
          }
          case WEIGHT_HERMITE:
          {
            for ( unsigned int i=0;i<xto.size();i++ )
            {
              Vec3d r1r2, r1p;
              if ( nbRefs.getValue() == 1 )
              {
                m_coefs[nbRefs.getValue() *i] = 1;
              }
              else
              {
                double wi;
                r1r2 = xfrom[m_reps[nbRefs.getValue() *i+1]].getCenter() - xfrom[m_reps[nbRefs.getValue() *i+0]].getCenter();
                r1p  = xto[i] - xfrom[m_reps[nbRefs.getValue() *i+0]].getCenter();
                wi = ( r1r2*r1p ) / ( r1r2.norm() *r1r2.norm() );

                // Fonctions d'Hermite
                m_coefs[nbRefs.getValue() *i+0] = 1-3*wi*wi+2*wi*wi*wi;
                m_coefs[nbRefs.getValue() *i+1] = 3*wi*wi-2*wi*wi*wi;
              }
            }
            break;
          }
          default:{}
        }
        coefs.setValue ( m_coefs );
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::setWeightCoefs ( sofa::helper::vector<double> &weights )
      {
        sofa::helper::vector<double> * m_coefs = coefs.beginEdit();
        m_coefs->clear();
        m_coefs->insert ( m_coefs->begin(), weights.begin(), weights.end() );
        coefs.endEdit();
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::setRepartition ( sofa::helper::vector<unsigned int> &rep )
      {
        sofa::helper::vector<unsigned int> * m_reps = repartition.beginEdit();
        m_reps->clear();
        m_reps->insert ( m_reps->begin(), rep.begin(), rep.end() );;
        repartition.endEdit();
      }


      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::apply ( typename Out::VecCoord& out, const typename In::VecCoord& in )
      {
        const sofa::helper::vector<unsigned int>& m_reps = repartition.getValue();
        const sofa::helper::vector<double>& m_coefs = coefs.getValue();
        out.resize ( initPos.size() / nbRefs.getValue() );
        rotatedPoints.resize ( initPos.size() );

        switch ( interpolation )
        {
          case INTERPOLATION_LINEAR:
          {
            for ( unsigned int i=0 ; i<out.size(); i++ )
            {
              out[i] = Coord();
              for ( unsigned int m=0 ; m<nbRefs.getValue(); m++ )
              {
                // Save rotated points for applyJ/JT
                rotatedPoints[nbRefs.getValue() *i+m] = in[m_reps[nbRefs.getValue() *i+m] ].getOrientation().rotate ( initPos[nbRefs.getValue() *i+m] );

                // And add each reference frames contributions to the new position out[i]
                out[i] += ( in[m_reps[nbRefs.getValue() *i+m] ].getCenter() + rotatedPoints[nbRefs.getValue() *i+m] ) * m_coefs[nbRefs.getValue() *i+m];
              }
            }
            break;
          }
          default:{}
        }
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::applyJ ( typename Out::VecDeriv& out, const typename In::VecDeriv& in )
      {
        const sofa::helper::vector<unsigned int>& m_reps = repartition.getValue();
        const sofa::helper::vector<double>& m_coefs = coefs.getValue();

        Deriv v,omega;
        out.resize ( initPos.size() / nbRefs.getValue() );
        for ( unsigned int i=0;i<out.size();i++ )
        {
          out[i] = Deriv();
          for ( unsigned int m=0 ; m<nbRefs.getValue(); m++ )
          {
            v = in[m_reps[nbRefs.getValue() *i+m]].getVCenter();
            omega = in[m_reps[nbRefs.getValue() *i+m]].getVOrientation();
            out[i] += ( v - cross ( rotatedPoints[nbRefs.getValue() *i+m],omega ) ) * m_coefs[nbRefs.getValue() *i+m];
          }
        }
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::applyJT ( typename In::VecDeriv& out, const typename Out::VecDeriv& in )
      {
        const sofa::helper::vector<unsigned int>& m_reps = repartition.getValue();
        const sofa::helper::vector<double>& m_coefs = coefs.getValue();

        Deriv v,omega;
        for ( unsigned int i=0;i<in.size();i++ )
        {
          for ( unsigned int m=0 ; m<nbRefs.getValue(); m++ )
          {
            Deriv f = in[i];
            v = f;
            omega = cross ( rotatedPoints[nbRefs.getValue() *i+m],f );
            out[m_reps[nbRefs.getValue() *i+m] ].getVCenter() += v * m_coefs[nbRefs.getValue() *i+m];
            out[m_reps[nbRefs.getValue() *i+m] ].getVOrientation() += omega * m_coefs[nbRefs.getValue() *i+m];
          }
        }
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::applyJT ( typename In::VecConst& out, const typename Out::VecConst& in )
      {
        const sofa::helper::vector<unsigned int>& m_reps = repartition.getValue();
        const sofa::helper::vector<double>& m_coefs = coefs.getValue();
        const unsigned int nbr = nbRefs.getValue();
        const unsigned int nbi = this->fromModel->getX()->size();
        Deriv omega;
        typename In::VecDeriv v;
        sofa::helper::vector<bool> flags;
        int outSize = out.size();
        out.resize ( in.size() + outSize ); // we can accumulate in "out" constraints from several mappings
        for ( unsigned int i=0;i<in.size();i++ )
        {
          v.clear();
          v.resize ( nbi );
          flags.clear();
          flags.resize ( nbi );
          OutConstraintIterator itOut;
          for (itOut=in[i].getData().begin();itOut!=in[i].getData().end();itOut++)
            {
              unsigned int indexIn = itOut->first;
              Deriv data = (Deriv) itOut->second;
              Deriv f = data;
              for ( unsigned int m=0 ; m<nbr; m++ )
                {
                  omega = cross ( rotatedPoints[nbr*indexIn+m],f );
                  flags[m_reps[nbr*indexIn+m] ] = true;
                  v[m_reps[nbr*indexIn+m] ].getVCenter() += f * m_coefs[nbr*indexIn+m];
                  v[m_reps[nbr*indexIn+m] ].getVOrientation() += omega * m_coefs[nbr*indexIn+m];
                }
          }
          for ( unsigned int j=0 ; j<nbi; j++ )
          {
            //if (!(v[i] == typename In::Deriv()))
            if ( flags[j] )
              out[outSize+i].insert (j,v[j] );
          }
        }
      }

      template <class BasicMapping>
      void SkinningMapping<BasicMapping>::draw()
      {
        if ( !this->getShow() ) return;
        const typename Out::VecCoord& xOut = *this->toModel->getX();
        const typename In::VecCoord& xIn = *this->fromModel->getX();
        sofa::helper::vector<unsigned int> m_reps = repartition.getValue();
        sofa::helper::vector<double> m_coefs = coefs.getValue();

        if ( interpolation != INTERPOLATION_DUAL_QUATERNION )
        {
          glDisable ( GL_LIGHTING );
          glPointSize ( 1 );
          glColor4f ( 1,1,0,1 );
          glBegin ( GL_LINES );

          for ( unsigned int i=0; i<xOut.size(); i++ )
          {
            for ( unsigned int m=0 ; m<nbRefs.getValue(); m++ )
            {
              if ( m_coefs[nbRefs.getValue() *i+m] > 0.0 )
              {
                glColor4d ( m_coefs[nbRefs.getValue() *i+m],m_coefs[nbRefs.getValue() *i+m],0,1 );
                helper::gl::glVertexT ( xIn[m_reps[nbRefs.getValue() *i+m] ].getCenter() );
                helper::gl::glVertexT ( xOut[i] );
              }
            }
          }
          glEnd();
        }

      }

    } // namespace mapping

  } // namespace component

} // namespace sofa

#endif