X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fcpm%2FDataStructures%2FSimplexMesh.h;fp=lib%2Fcpm%2FDataStructures%2FSimplexMesh.h;h=d92b3c92eec9d5aa5bb347e848508cbe58e27e2c;hb=6d6bf5d5e3b9318a507216f2f231c32299d1a941;hp=d634a981155a254e2bdf4725ed63c0720e85cbe9;hpb=de28025e5f1835fba69cb0a6666d02f0b7daec0d;p=cpMesh.git diff --git a/lib/cpm/DataStructures/SimplexMesh.h b/lib/cpm/DataStructures/SimplexMesh.h index d634a98..d92b3c9 100644 --- a/lib/cpm/DataStructures/SimplexMesh.h +++ b/lib/cpm/DataStructures/SimplexMesh.h @@ -2,7 +2,7 @@ #define __CPM__DATASTRUCTURES__SIMPLEXMESH__H__ #include -#include +#include 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 );