]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkStreamLineColorInfo.cxx
#2453 creaVtk Feature New Normal - Stream Lines segmentation by Scalars
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkStreamLineColorInfo.cxx
index 1a8992682caaf431d2b11a3849cd2de75b896330..ccfaf849e410b476c0fefc4c92caf8a0718aa031 100644 (file)
@@ -33,13 +33,12 @@ void StreamLineColorInfo::Process()
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
   
-
        vtkStreamLineCreateColorInfo colorinfo;
        colorinfo.SetStreamLinesIn( bbGetInputIn() );
        colorinfo.Process();
        bbSetOutputOut( colorinfo.GetStreamLinesOut() );
-
 }
+
 //===== 
 // 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)
 //===== 
@@ -51,6 +50,7 @@ void StreamLineColorInfo::bbUserSetDefaultValues()
    bbSetInputIn(NULL);
   
 }
+
 //===== 
 // 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)
 //===== 
@@ -60,22 +60,20 @@ void StreamLineColorInfo::bbUserInitializeProcessing()
 //  THE INITIALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should allocate the internal/output pointers 
-//    if any 
-
-  
+//    if any   
 }
+
 //===== 
 // 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)
 //===== 
 void StreamLineColorInfo::bbUserFinalizeProcessing()
 {
-
 //  THE FINALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should desallocate the internal/output pointers 
-//    if any
-  
+//    if any 
 }
+
 }
 // EO namespace bbcreaVtk