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

itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Insight Segmentation & Registration Toolkit
00004   Module:    $RCSfile: itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h,v $
00005   Language:  C++
00006   Date:      $Date: 2008-02-07 15:07:57 $
00007   Version:   $Revision: 1.3 $
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 #ifndef __itkQuadEdgeMeshEulerOperatorFlipEdgeFunction_h
00018 #define __itkQuadEdgeMeshEulerOperatorFlipEdgeFunction_h
00019 
00020 #include "itkQuadEdgeMeshFunctionBase.h"
00021 
00022 namespace itk
00023 {
00037 template < class TMesh, class TQEType >
00038 class ITK_EXPORT QuadEdgeMeshEulerOperatorFlipEdgeFunction :
00039    public QuadEdgeMeshFunctionBase< TMesh, TQEType* >
00040 {
00041 public:
00042 
00044    typedef QuadEdgeMeshEulerOperatorFlipEdgeFunction       Self;
00045    typedef QuadEdgeMeshFunctionBase< TMesh, TQEType* >     Superclass;
00046    typedef SmartPointer< Self >                            Pointer;
00047    typedef SmartPointer< const Self >                      ConstPointer;
00048 
00049    itkNewMacro( Self );
00051    itkTypeMacro( QuadEdgeMeshEulerOperatorFlipEdgeFunction, QuadEdgeMeshFunctionBase );
00052 
00054    typedef TQEType QEType;
00055 
00056    typedef typename Superclass::MeshType   MeshType;
00057    typedef typename Superclass::OutputType OutputType;
00058 
00060    virtual OutputType Evaluate( QEType* h );
00061 
00062 protected:
00063    QuadEdgeMeshEulerOperatorFlipEdgeFunction(){};
00064   ~QuadEdgeMeshEulerOperatorFlipEdgeFunction(){};
00065 
00066 private:
00067    QuadEdgeMeshEulerOperatorFlipEdgeFunction(const Self& ); //purposely not implemented
00068    void operator=(const Self& );                //purposely not implemented
00069 
00070 };
00071 
00072 } // namespace itkQE
00073 
00074 #include "itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.txx"
00075 
00076 #endif
00077 
00078 // eof - $RCSfile: itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h,v $
00079 

Generated at Mon Apr 14 14:04:25 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000