Static Public Member Functions

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

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 67 of file itkPointShell.txx.


Member Function Documentation

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

Definition at line 70 of file itkPointShell.txx.

    {
      double coords[3*12] = {
        0.250254,0.320072,0.437594,
        0.550563,0.623196,0.975676,
        -0.250253,-0.320073,-0.437593,
        -0.550563,-0.6231950000000001,-0.975676,
        -0.916162,-0.078054,-0.598061,
        0.758025,0.436642,-0.177816,
        0.916161,0.078054,0.598061,
        -0.758024,-0.436643,0.177817,
        -0.313083,-0.944171,0.671442,
        -0.349682,0.648821,-0.128204,
        0.313082,0.944172,-0.671442,
        0.349683,-0.648822,0.128204 };

        vnl_matrix_fixed<double, 3, 12> *pointshell
          = new vnl_matrix_fixed<double, 3, 12>(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