KWStyle - itkBloxItem.h
 
Matrix View
Description

1 /*=========================================================================
2
3   Program:   Insight Segmentation & Registration Toolkit
4   Module:    $RCSfile: itkBloxItem.h.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 __itkBloxItem_h
18 #define __itkBloxItem_h
19
20 #include "itkWin32Header.h"
21
22 namespace itk
23 {
24
25 /**
26  * \class BloxItem
27  * \brief An entry in the BloxPixel linked list
28  *
29  * This class is do-nothing virtual class, designed to avoid
30  * the necessity of templating BloxPixel over item type.
31  * \ingroup ImageObjects
32  * */
33
34 class ITKCommon_EXPORT BloxItem
35 {
36 public:
37   BloxItem();
38   virtual ~BloxItem();
39
40 };
41
42 // end namespace itk
43
44 #endif
45

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