Orfeo Toolbox  3.16
itkOrientedImage.txx
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkOrientedImage.txx,v $
5  Language: C++
6  Date: $Date: 2009-02-19 19:41:22 $
7  Version: $Revision: 1.5 $
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  Portions of this code are covered under the VTK copyright.
13  See VTKCopyright.txt or http://www.kitware.com/VTKCopyright.htm for details.
14 
15  This software is distributed WITHOUT ANY WARRANTY; without even
16  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
17  PURPOSE. See the above copyright notices for more information.
18 
19 =========================================================================*/
20 #ifndef __itkOrientedImage_txx
21 #define __itkOrientedImage_txx
22 #include "itkOrientedImage.h"
23 
24 namespace itk
25 {
26 
30 template<class TPixel, unsigned int VImageDimension>
33 {
34 }
35 
36 
41 template<class TPixel, unsigned int VImageDimension>
42 void
45 {
46  // Use the default implementation of ImageBase, that always take
47  // direction into account. In this way we bypass the option of
48  // ignoring direction that is available in the itk::Image.
50 }
51 
52 } // end namespace itk
53 
54 #endif

Generated at Sat May 18 2013 23:58:41 for Orfeo Toolbox with doxygen 1.8.3.1