ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkPCAShapeSignedDistanceFunction.h File Reference

Go to the source code of this file.

Classes

class  itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >
 Compute the signed distance from a N-dimensional PCA Shape. More...

Namespaces

namespace  itk

Defines

#define ITK_TEMPLATE_PCAShapeSignedDistanceFunction(_, EXPORT, TypeX, TypeY)

Define Documentation

#define ITK_TEMPLATE_PCAShapeSignedDistanceFunction (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                                                  \
  {                                                                              \
  _( 3 ( class EXPORT PCAShapeSignedDistanceFunction< ITK_TEMPLATE_3 TypeX > ) ) \
  namespace Templates                                                            \
  {                                                                              \
  typedef PCAShapeSignedDistanceFunction< ITK_TEMPLATE_3 TypeX >                 \
  PCAShapeSignedDistanceFunction##TypeY;                                       \
  }                                                                              \
  }

Definition at line 206 of file itkPCAShapeSignedDistanceFunction.h.