]> Creatis software - clitk.git/blobdiff - segmentation/clitkFillMaskGenericFilter.txx
Do not change visilibity of actors when changing renderer drawing action
[clitk.git] / segmentation / clitkFillMaskGenericFilter.txx
index 34504361f51f748548f243c337e76e02028ca8e6..70d2442da9b99a411ad6b0243f9f005e71dee6fe 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to: 
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-  ======================================================================-====*/
+  ===========================================================================**/
 
 #ifndef CLITKFILLMASKGENERICFILTER_TXX
 #define CLITKFILLMASKGENERICFILTER_TXX
@@ -38,6 +38,7 @@ template<unsigned int Dim>
 void clitk::FillMaskGenericFilter<ArgsInfoType>::InitializeImageType() 
 {  
   ADD_IMAGE_TYPE(Dim, uchar);
+  ADD_IMAGE_TYPE(Dim, short);
   // ADD_IMAGE_TYPE(Dim, int);
   // ADD_IMAGE_TYPE(Dim, float);
 }