Static Public Member Functions

itk::PointShell< 42, vnl_matrix_fixed< double, 3, 42 > > Class Template Reference

List of all members.

Static Public Member Functions

static vnl_matrix_fixed
< double, 3, 42 > * 
DistributePointShell ()

Detailed Description

template<>
class itk::PointShell< 42, vnl_matrix_fixed< double, 3, 42 > >

Definition at line 94 of file itkPointShell.txx.


Member Function Documentation

static vnl_matrix_fixed<double, 3, 42>* itk::PointShell< 42, vnl_matrix_fixed< double, 3, 42 > >::DistributePointShell (  ) [inline, static]

Definition at line 97 of file itkPointShell.txx.

    {
      double coords[3*42] = {
        0.9756767549555488,0.9397937974509784,0.6231965669156312,
        0.8971014254962764,0.6899186612252972,0.5505632701289798,
        0.4375940376503738,0.06907711216819172,-0.3200730131503601,
        0.6235168560971455,0.1781713819192711,0.3200724178002418,
        0.7616224484252742,0.5117469206751248,0.2502538949373057,
        0.4043068999720243,0.7205836671095894,0.8306996157029517,
        -0.4375932291383154,-0.06907715072573903,0.06640211724156461,
        -0.6231952788307174,-0.2192092047974508,-0.1781713502362079,
        0.3352293490184233,-0.2502532651867688,-0.4043060780204903,
        0.1765178736510398,-0.975676581463901,-0.9397935597648752,
        -0.8306992108488227,-0.6235158879179115,0.21921067448898,
        -0.7616223457476226,-0.3352294641675141,-0.7205834943870382,
        -0.5117470172320778,-0.06640153973221416,-0.5505634949474448,
        -0.176517304179968,-0.6899183532182501,-0.8971016370404784,
        -0.1778161375899129,0.1521341729788544,0.4366423972091847,
        0.3410385404813853,0.7022080829625521,0.7580253719184177,
        -0.5980610514568759,-0.3056524524744078,0.07805400320688782,
        -0.09487972868743588,0.3025309778153461,-0.07805410188638827,
        -0.1503967869358663,0.3996773221825281,-0.9161616153729887,
        -0.8900379255247358,-0.6430242175142256,-0.4560492515462431,
        0.5980613131647216,0.3056526230838691,0.797087559189558,
        -0.4366431953633789,-0.7951587738972527,-0.3025315118038733,
        -0.5843857415998933,0.9161619708326186,0.8900381161951118,
        0.9840623116657442,0.1778171059718252,-0.1521342296531137,
        0.4560499397602033,0.09487917246041,0.7951586652134927,
        0.1503972383762518,0.584385354546882,0.6430245879023526,
        -0.399676350745083,-0.7970870947583816,-0.7580246814516085,
        -0.9840624137666333,-0.7022083677250226,-0.3410374453295617,
        -0.1282040992012935,0.3060111300013609,0.6488215902264565,
        -0.2808945465452747,0.1758296024995542,-0.3496821715684524,
        0.6714420577705413,0.9496341036793501,0.9441720387917811,
        0.7760312926982584,0.9363385958760152,-0.9441722324566724,
        -0.6303269409870232,-0.7605084662990487,-0.3130828685601688,
        0.2106381298878163,-0.2593820240207756,0.3193074202631062,
        -0.671442351589465,-0.9496340459616871,-0.6002017842451572,
        -0.648822290296783,-0.5653935344751363,-0.9363384293729856,
        -0.7389956620788968,0.3130823317650696,-0.2106389019045293,
        -0.02151295053653907,0.1282040764044601,-0.3060118317848469,
        -0.3193074905789999,-0.7760321386045594,0.5653931175085022,
        0.6303269573377657,0.7389959159190775,0.2593815856416469,
        0.7605089118538748,0.6002024649156598,0.3496833143594963,
        0.02151295276860444,-0.175829673802738,0.2808952005684321 };

        vnl_matrix_fixed<double, 3, 42> *pointshell
          = new vnl_matrix_fixed<double, 3, 42>(coords);

        return pointshell;
    } 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines