]> Creatis software - bbtk.git/blobdiff - packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.h
Clean code
[bbtk.git] / packages / itkvtk / src / bbitkvtkGeodesicMeshDeformation.h
index e5a325d2d17fa1b9eddae4625fc1e76d0aeb96c5..b8475e92210f2d870b8be5c0aa0f3cd2bd7c5251 100644 (file)
@@ -55,24 +55,27 @@ class bbitkvtk_EXPORT GeodesicMeshDeformation
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(GeodesicMeshDeformation,bbtk::AtomicBlackBox);
-BBTK_NAME("GeodesicMeshDeformation");
-BBTK_AUTHOR("InfoDev");
-BBTK_DESCRIPTION("No Description.");
-BBTK_CATEGORY("empty");
-BBTK_INPUT(GeodesicMeshDeformation,Active,"(default true) true/false",bool,"");
-BBTK_INPUT(GeodesicMeshDeformation,TypeIn,"(default 0) 0:Direction  1:Center",int,"");
-BBTK_INPUT(GeodesicMeshDeformation,In,"vtk PolyData",vtkPolyData*,"");
-BBTK_INPUT(GeodesicMeshDeformation,EdgeId,"Edge Id",long,"");
-BBTK_INPUT(GeodesicMeshDeformation,S,"Deformation",double,"");
-BBTK_INPUT(GeodesicMeshDeformation,Center,"[X,Y,Z]",std::vector<double>,"");
-BBTK_INPUT(GeodesicMeshDeformation,Direction,"(default [1,0,0])   [X,Y,Z]",std::vector<double>,"");
-BBTK_OUTPUT(GeodesicMeshDeformation,Out,"double vector output, for output information for other tools",std::vector<double>,"");
+    BBTK_NAME("GeodesicMeshDeformation");
+    BBTK_AUTHOR("InfoDev");
+    BBTK_DESCRIPTION("No Description.");
+    BBTK_CATEGORY("empty");
+
+    BBTK_INPUT(GeodesicMeshDeformation,Active,"(default true) true/false",bool,"");
+    BBTK_INPUT(GeodesicMeshDeformation,TypeIn,"(default 0) 0:Direction  1:Center",int,"");
+    BBTK_INPUT(GeodesicMeshDeformation,In,"vtk PolyData",vtkPolyData*,"");
+    BBTK_INPUT(GeodesicMeshDeformation,EdgeId,"Edge Id",long,"");
+    BBTK_INPUT(GeodesicMeshDeformation,S,"Deformation",double,"");
+    BBTK_INPUT(GeodesicMeshDeformation,Center,"[X,Y,Z]",std::vector<double>,"");
+    BBTK_INPUT(GeodesicMeshDeformation,Direction,"(default [1,0,0])   [X,Y,Z]",std::vector<double>,"");
+
+    BBTK_OUTPUT(GeodesicMeshDeformation,Out,"double vector output, for output information for other tools",std::vector<double>,"");
+
 BBTK_END_DESCRIBE_BLACK_BOX(GeodesicMeshDeformation);
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
-//===== 
-}
-// EO namespace bbitkvtk
+//=====
+
+}// EO namespace bbitkvtk
 
 #endif // __bbitkvtkGeodesicMeshDeformation_h_INCLUDED__