Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkQuadEdgeCellTraitsInfo.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Insight Segmentation & Registration Toolkit
00004   Module:    $RCSfile: itkQuadEdgeCellTraitsInfo.h,v $
00005   Language:  C++
00006   Date:      $Date: 2008-02-07 15:58:06 $
00007   Version:   $Revision: 1.2 $
00008 
00009   Copyright (c) Insight Software Consortium. All rights reserved.
00010   See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
00011 
00012      This software is distributed WITHOUT ANY WARRANTY; without even
00013      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00014      PURPOSE.  See the above copyright notices for more information.
00015 
00016 =========================================================================*/
00017 
00018 #ifndef __itkQuadEdgeCellTraitsInfo_h
00019 #define __itkQuadEdgeCellTraitsInfo_h
00020 
00021 namespace itk
00022 {
00032 template< int VPointDimension, typename TCoordRep,
00033           typename TInterpolationWeight, typename TPointIdentifier,
00034           typename TCellIdentifier, typename TCellFeatureIdentifier,
00035           typename TPoint, typename TPointsContainer,
00036           typename TUsingCellsContainer, typename TQE >
00037 class QuadEdgeMeshCellTraitsInfo
00038 {
00039 public:
00040   itkStaticConstMacro( PointDimension, unsigned int, VPointDimension );
00041   typedef TCoordRep               CoordRepType;
00042   typedef TInterpolationWeight    InterpolationWeightType;
00043   typedef TPointIdentifier        PointIdentifier;
00044   typedef TCellIdentifier         CellIdentifier;
00045   typedef TCellFeatureIdentifier  CellFeatureIdentifier;
00046   typedef TPoint                  PointType;
00047   typedef TPointsContainer        PointsContainer;
00048   typedef TUsingCellsContainer    UsingCellsContainer;
00049 
00050 

Generated at Sat Feb 28 13:17:50 2009 for ITK by doxygen 1.5.6 written by Dimitri van Heesch, © 1997-2000