Orfeo Toolbox  3.16
itkCorrespondingMedialNodeClique.txx
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkCorrespondingMedialNodeClique.txx,v $
5  Language: C++
6  Date: $Date: 2009-06-16 13:33:34 $
7  Version: $Revision: 1.3 $
8 
9  Copyright (c) Insight Software Consortium. All rights reserved.
10  See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11 
12  This software is distributed WITHOUT ANY WARRANTY; without even
13  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14  PURPOSE. See the above copyright notices for more information.
15 
16 =========================================================================*/
17 #ifndef __itkCorrespondingMedialNodeClique_txx
18 #define __itkCorrespondingMedialNodeClique_txx
19 
21 
22 namespace itk
23 {
24 
25 template <unsigned int VImageDimension, unsigned int VCliqueSize>
28 {
29  m_NodeCoordinates = 0;
30  m_CenterOfMass = 0;
31  m_TransformMatrix = 0;
32 
33  m_AverageDistance = 0;
34 
35  for( unsigned int i = 0; i < VCliqueSize; i++ )
36  {
37  m_CorrespondenceValue[i] = 0;
38  }
39 }
40 
41 template <unsigned int VImageDimension, unsigned int VCliqueSize>
44 {
45 }
46 
47 } // end namespace itk
48 
49 #endif

Generated at Sat Feb 2 2013 23:33:47 for Orfeo Toolbox with doxygen 1.8.1.1