X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMesh.cxx;h=ee804e9a5843732fed2f03a4d26f7a78a9e327e7;hb=6764ab075c799e9cdbf63e246f734c9be391199e;hp=d666a21f76a14bcc54a1e1120bb5c0e9fa9bfc0e;hpb=1e034c70105f0926939acaaa27ddb46e904ae8bf;p=clitk.git diff --git a/vv/vvMesh.cxx b/vv/vvMesh.cxx index d666a21..ee804e9 100644 --- a/vv/vvMesh.cxx +++ b/vv/vvMesh.cxx @@ -15,9 +15,22 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html ======================================================================-====*/ + +//std #include #include #include + +// clitk +#include "clitkCommon.h" + +// vv +#include "vvMesh.h" + +// itk +#include + +// vtk #include #include #include @@ -25,14 +38,10 @@ #include #include #include -#include "clitkCommon.h" -#include "vvMesh.h" #include #include #include #include -#include - #include vvMesh::vvMesh() : @@ -49,7 +58,6 @@ void vvMesh::AddMesh(vtkPolyData* p) void vvMesh::ReadFromVTK(const char * filename) { - DD("hello!"); std::string extension=itksys::SystemTools::GetFilenameLastExtension(std::string(filename)); if (extension == ".vtk" || extension== ".VTK") { assert(GetNumberOfMeshes() == 0); ///We assume the object is empty