KWStyle - itkBloxBoundaryPointItem.txx
 
Matrix View
Description

1 /*=========================================================================
2
3   Program:   Insight Segmentation & Registration Toolkit
4   Module:    $RCSfile: itkBloxBoundaryPointItem.txx.html,v $
5   Language:  C++
6   Date:      $Date: 2006/01/17 19:15:33 $
7   Version:   $Revision: 1.4 $
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 __itkBloxBoundaryPointItem_txx
18 #define __itkBloxBoundaryPointItem_txx
19
20 #include "itkBloxBoundaryPointItem.h"
21
22 namespace itk
23 {
24
25 template <unsigned int VImageDimension>
26 BloxBoundaryPointItem<VImageDimension>
27 ::BloxBoundaryPointItem()
28 {
29   m_PhysicalPosition.Fill(0);
30   m_Gradient.Fill(0);
31 }
32
33 template <unsigned int VImageDimension>
34 BloxBoundaryPointItem<VImageDimension>
35 ::~BloxBoundaryPointItem()
36 {
37
38 }
39
40 // end namespace itk
41
42 #endif
43

Generated by KWStyle 1.0b on Tuesday January,17 at 02:14:00PM
© Kitware Inc.