]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMIPCreator.h
*** empty log message ***
[bbtk.git] / packages / vtk / src / bbvtkMIPCreator.h
index 3d1bd4afb16c045c55eaba2f2b77bd3ec2ece32c..cf04d7952f20ca457cfd19391d51bbd6f8d6d841 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkMIPCreator.h,v $
   Language:  C++
-  Date:      $Date: 2008/03/19 13:30:18 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/04/08 06:59:32 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -81,10 +81,10 @@ namespace bbvtk
   BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr");
   BBTK_DESCRIPTION("Creates a Maximum Intensity Projection (MIP) view of a 3D image. Creates a vtkProp3D object to insert into a 3D scene (e.g. a Viewer3D)");
   BBTK_CATEGORY("3D object creator");
-  BBTK_INPUT(MIPCreator,Shift,"Gray scale shift",int);
-  BBTK_INPUT(MIPCreator,Scale,"Gray scale scaling",float);
-  BBTK_INPUT(MIPCreator,In,"Input Image",vtkImageData *);
-  BBTK_OUTPUT(MIPCreator,Out,"MIP object to plug into a 3D viewer",vtkProp3D*);
+  BBTK_INPUT(MIPCreator,Shift,"Gray scale shift",int,"");
+  BBTK_INPUT(MIPCreator,Scale,"Gray scale scaling",float,"");
+  BBTK_INPUT(MIPCreator,In,"Input Image",vtkImageData *,"");
+  BBTK_OUTPUT(MIPCreator,Out,"MIP object to plug into a 3D viewer",vtkProp3D*,"");
   BBTK_END_DESCRIBE_BLACK_BOX(MIPCreator);
   //=================================================================