]> Creatis software - cpMesh.git/blobdiff - lib/cpm/DataStructures/SimplexMesh.h
QuadEdgeMesh ported to cpPlugins/Extensions
[cpMesh.git] / lib / cpm / DataStructures / SimplexMesh.h
index d634a981155a254e2bdf4725ed63c0720e85cbe9..d92b3c92eec9d5aa5bb347e848508cbe58e27e2c 100644 (file)
@@ -2,7 +2,7 @@
 #define __CPM__DATASTRUCTURES__SIMPLEXMESH__H__
 
 #include <itkVector.h>
-#include <cpm/DataStructures/QuadEdgeMesh.h>
+#include <cpPlugins/Extensions/QuadEdgeMesh.h>
 
 namespace cpm
 {
@@ -12,13 +12,13 @@ namespace cpm
      */
     template< typename P, unsigned int K, unsigned int D = 3, typename T = itk::DefaultStaticMeshTraits< P, D, D > >
     class SimplexMesh
-      : public QuadEdgeMesh< P, D, T >
+      : public cpPlugins::Extensions::QuadEdgeMesh< P, D, T >
     {
     public:
-      typedef SimplexMesh                     Self;
-      typedef QuadEdgeMesh< P, D, T >         Superclass;
-      typedef itk::SmartPointer< Self >       Pointer;
-      typedef itk::SmartPointer< const Self > ConstPointer;
+      typedef SimplexMesh                                    Self;
+      typedef cpPlugins::Extensions::QuadEdgeMesh< P, D, T > Superclass;
+      typedef itk::SmartPointer< Self >                      Pointer;
+      typedef itk::SmartPointer< const Self >                ConstPointer;
 
       // Input templates
       itkStaticConstMacro( Order, unsigned int, K );