X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FitkImageToVTKImageFilter.h;h=7144bc83df9bd83a0d47575fe5f0c444974c6a8a;hb=c7482ec7d04a5e5987841932a6856ebd471cebdb;hp=145c8405b37b3f7bb0c7cd037c1a0046851b240a;hpb=702369fa1f89a638331e43543d83eb5db4c180ab;p=creaImageIO.git diff --git a/src/itkImageToVTKImageFilter.h b/src/itkImageToVTKImageFilter.h index 145c840..7144bc8 100644 --- a/src/itkImageToVTKImageFilter.h +++ b/src/itkImageToVTKImageFilter.h @@ -3,8 +3,8 @@ Program: Insight Segmentation & Registration Toolkit Module: $RCSfile: itkImageToVTKImageFilter.h,v $ Language: C++ - Date: $Date: 2011/04/27 19:12:20 $ - Version: $Revision: 1.1 $ + Date: $Date: 2012/11/15 12:45:28 $ + Version: $Revision: 1.2 $ Copyright (c) 2002 Insight Consortium. All rights reserved. See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. @@ -79,35 +79,8 @@ public: /** This call delegate the update to the importer */ void Update(); - const std::vector& getvtest() const - { - return m_vtest; - } - - int testsize() - { - return m_vtest.size(); - } - - std::vector addvector(const std::vector& v) { - for (unsigned int i=0; i& addtest(double toto) - { - m_vtest.push_back(toto); - return m_vtest; - } - std::vector tralala() - { - std::vector w; - for (double i=0; i<10; i++) - w.push_back(i); - return w; - - } + + protected: ImageToVTKImageFilter();