]> Creatis software - bbtk.git/commitdiff
Clean Code vtk8itk5wx3-macos vtk8itk5wx3-macos
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Fri, 22 Jul 2022 13:03:54 +0000 (15:03 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Fri, 22 Jul 2022 13:03:54 +0000 (15:03 +0200)
33 files changed:
packages/itkvtk/src/itkVTKImageToImageFilter.h
packages/vtk/src/bbtkSimpleUtilities.h
packages/vtk/src/bbvtkAutoCrop.h
packages/vtk/src/bbvtkBinaryOperations.h
packages/vtk/src/bbvtkCleanExternalPlane.h
packages/vtk/src/bbvtkConcatImages.h
packages/vtk/src/bbvtkCreateImage.h
packages/vtk/src/bbvtkExtractVtkImageFilter.h
packages/vtk/src/bbvtkFlip.h
packages/vtk/src/bbvtkImageAnisotropicDiffusion3D.xml
packages/vtk/src/bbvtkImageBoundaries.h
packages/vtk/src/bbvtkImageCastToUShort.h
packages/vtk/src/bbvtkImageContinuousDilate3D.xml
packages/vtk/src/bbvtkImageContinuousErode3D.xml
packages/vtk/src/bbvtkImageDilateErode3D.xml
packages/vtk/src/bbvtkImageGaussianSmooth.xml
packages/vtk/src/bbvtkImageVtkProperties.h
packages/vtk/src/bbvtkInversCrop.h
packages/vtk/src/bbvtkMIPCreator.h
packages/vtk/src/bbvtkMarchingCubes.h
packages/vtk/src/bbvtkMetaImageReader.h
packages/vtk/src/bbvtkMetaImageWriter.h
packages/vtk/src/bbvtkProbeFilter.h
packages/vtk/src/bbvtkRescaleSlopeIntercept.h
packages/vtk/src/bbvtkSegmentationConnectivity.h
packages/vtk/src/bbvtkSliceImage.h
packages/vtk/src/bbvtkStructuredPointsReader.h
packages/vtk/src/bbvtkTemporalPicker.h
packages/vtk/src/bbvtkUnMosaic.h
packages/vtk/src/bbvtkUnaryOperations.h
packages/vtk/src/bbvtkVecImageGaussianSmooth.h
packages/vtk/src/bbvtkVolumeRenderer.h
packages/wxvtk/src/wxvtkImageViewer2.h

index 3af037b858ee6c4747ec23a3e78de026b438537e..7087f322a473a9611328e41b79256a0f894b21b6 100644 (file)
@@ -39,8 +39,6 @@
 #define __itkVTKImageToImageFilter_h
 
 #include "itkVTKImageImport.h"
-
-#include "vtkVersion.h"
 #include "vtkImageExport.h"
 #include "vtkImageData.h"
 
index 484ec0aa8d31a93413139c32543d2b7feb2cd20d..f0b0372b60487c58ef9d7d73fe3b005b9ff072df 100755 (executable)
@@ -28,9 +28,6 @@
 #ifndef _BBTKSIMPLEUTILITIES_H_
 #define _BBTKSIMPLEUTILITIES_H_
 
-
-#include "vtkVersion.h"
-
 #include <time.h>
 #include <vtkType.h>
 #include <vtkImageData.h>
index 0823e50117bbb70098997cda3f3f15068bc9a087..12f80efdcec8083a9d5456b792576eda25424eb2 100644 (file)
@@ -34,8 +34,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
-
 #include "vtkImageData.h"
 
 namespace bbvtk
index 41f29e4babc32eddd1a6e6d50600ee484ae432bb..45602abf10c0a382b62b6bdde63a7169b4dd689b 100644 (file)
@@ -32,7 +32,6 @@
 #include "iostream"
 #include "bbtkStaticLecture.h"
 
-#include "vtkVersion.h"
 
 #include <vtkImageMathematics.h>
 #include <vtkImageData.h>
index 7791980fe1d4314640a45c2936bf8329d939abbe..7dd5eb1e381113f094b29f3bce177061c771357c 100644 (file)
@@ -34,7 +34,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 
 namespace bbvtk
index 6231e56e7190cb999a294eca601aa4b8cb0a60e4..d9c50015256f104ac59be2440fd27b146cd09acf 100644 (file)
@@ -56,7 +56,6 @@
 
 #include "bbtkAtomicBlackBox.h"
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 
 namespace bbvtk
index 476dca6f6e74def4b6f33a8f1cf32a831351c4c4..5d43aee0507e9e2a4374ca88bac45c375275538f 100644 (file)
@@ -36,8 +36,6 @@
 #include <vector>
 #include <string>
 
-#include "vtkVersion.h"
-
 
 #include "vtkImageData.h"
 
index dd220a64c276244ce292866dd348bbf6fa04e592..ab7704218b7fa854432211f4d7ef1ecf4ed2d36c 100644 (file)
@@ -34,7 +34,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
 
 
 #include <vtkImageData.h>
index ec2f43c31a2cc437dba9f593b7c98b320c9e439d..48dcfd14c3a7813ced5c105e8e12ac56d2a1d6cc 100644 (file)
@@ -55,7 +55,6 @@
 #include "bbvtk_EXPORT.h"
 
 #include "bbtkAtomicBlackBox.h"
-#include "vtkVersion.h"
 
 #include "vtkImageData.h"
 
index 5fd89fce1d94fdcb8e3b57f07b19fc64c372422d..20aa734b9e45b7b1cd0aa9f84b566a5d9feb1cea 100644 (file)
@@ -6,9 +6,7 @@
 <description><PRE>vtkImageAnisotropicDiffusion3D diffuses an volume iteratively. The neighborhood of the diffusion is determined by the instance flags. if 'Faces' is on, the 6 voxels adjoined by faces are included in the neighborhood. If 'Edges' is on the 12 edge connected voxels are included, and if 'Corners' is on, the 8 corner connected voxels are included. 'DiffusionFactor' determines how far a pixel value moves toward its neighbors, and is insensitive to the number of neighbors chosen. The diffusion is anisotropic because it only occurs when a gradient measure is below 'GradientThreshold'. Two gradient measures exist and are toggled by the 'GradientMagnitudeThreshold' flag. When 'GradientMagnitudeThreshold' is on, the magnitude of the gradient, computed by central differences, above 'DiffusionThreshold' a voxel is not modified. The alternative measure examines each neighbor independently. The gradient between the voxel and the neighbor must be below the 'DiffusionThreshold' for diffusion to occur with THAT neighbor.</PRE></description>
 <category>filter;image</category>
 
-<include>vtkImageAnisotropicDiffusion3D.h</include>
-<include>vtkVersion.h</include>
-
+<include>vtkImageAnisotropicDiffusion3D.h</include> 
 <include>vtkImageData.h</include> 
 <vtkobject>vtkImageAnisotropicDiffusion3D</vtkobject>
 
index 2488da10b92925315aee56201304644410e85c5e..7c24a5dabd9e0e04b595e805773cf7ce5af140b0 100644 (file)
@@ -34,7 +34,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
 
 #include <vtkImageData.h>
 
index 1461dd130473c3c176177787a52ece8e35ae0e30..cf74761ee500980f163d7d6121292ec7589e5eec 100644 (file)
@@ -31,8 +31,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
-
 #include "vtkImageData.h"
 #include "vtkImageCast.h"
 
index e338cac652c9062ade7217e83d92eeca74bc6565..31a11c37a8a851fa390f9923f7faa9ab61d1084b 100644 (file)
@@ -8,7 +8,6 @@
 
 <include>vtkImageContinuousDilate3D.h</include> 
 <include>vtkImageData.h</include> 
-<include>vtkVersion.h</include>
 
 <vtkobject>vtkImageContinuousDilate3D</vtkobject>
 
index ee8d206c0f3da65f8b7115d6db9a393f08bdc61a..f1326061150b288492a41d43ec3e2e4abed28676 100644 (file)
@@ -8,7 +8,6 @@
 
 <include>vtkImageContinuousErode3D.h</include> 
 <include>vtkImageData.h</include> 
-<include>vtkVersion.h</include>
 
 <vtkobject>vtkImageContinuousErode3D</vtkobject>
 
index ca4dbde738ed09206939d2fb8a971fdf5c63b04b..2f7c2e20c7b0f44073681f816d5d486806787ff2 100644 (file)
@@ -8,7 +8,6 @@
 
 <include>vtkImageDilateErode3D.h</include> 
 <include>vtkImageData.h</include> 
-<include>vtkVersion.h</include>
 
 <vtkobject>vtkImageDilateErode3D</vtkobject>
 
index 9daabbde327bcbabe772d23bd5b4d9e8c7798690..f93a09ffae45b268de631fec5183e6bf8c5d0043 100644 (file)
@@ -7,7 +7,6 @@
 <category>image;filter</category>
 
 <include>vtkImageGaussianSmooth.h</include> 
-<include>vtkVersion.h</include>
 <include>vtkImageData.h</include> 
 
 <vtkobject>vtkImageGaussianSmooth</vtkobject>
index 8945e1def827bd823b5393226fed465c8d403348..eb1a196f663edadcec13bcd9e3e4cdd11acfbc4e 100644 (file)
@@ -33,8 +33,6 @@
 #include "bbvtk_EXPORT.h"
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
-
-#include "vtkVersion.h"
 #include <vtkImageData.h>
 
 
index d94fbec77feab71d561bd2d9504069a3c8049301..fc56a555dd7dd74a5ab807e5f31d7b49ac343429 100644 (file)
@@ -8,7 +8,6 @@
 #include "iostream"
 
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 
 namespace bbvtk
index b833f142b9247f2b18dace753c2f5f6a3c8497e0..124abe89cb4e980a139d1019716717b32533ede2 100644 (file)
@@ -55,7 +55,6 @@
 
 #include "bbtkAtomicBlackBox.h"
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 #include <vtkImageShiftScale.h>
 
index 3e7c4a6cc9f18ae44449626fa4dd421a55a51fcf..6d4245604785f670c79d4a92763bb4eb3b767e0a 100644 (file)
@@ -56,8 +56,6 @@
 
 
 #include "bbtkAtomicBlackBox.h"
-#include "vtkVersion.h"
-
 #include "bbtkVtkBlackBoxMacros.h"
 #include "vtkMarchingCubes.h"
 #include "vtkImageData.h"
index e4e4de42ca9141653649bb0dbd26f75459716656..66bc9cffb8c35139faa26d6c4284f3c6292877c3 100644 (file)
@@ -7,7 +7,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 
 namespace bbvtk
index 81998e4b09397a1bb91aa4e34aa3a9ed03bdb577..7ddd20dbb128cea0832e8fd846469d5e3cd3e7c5 100644 (file)
@@ -8,7 +8,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
 #include <vtkImageData.h> 
 
 
index 4f5c7cda2ea426b9fbae95919d0a36814a4fc2fd..53f1861be554e14d490a539595c8da85911d9749 100644 (file)
@@ -7,7 +7,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
 #include "vtkDataObject.h"
 #include "vtkDataSet.h"
 #include "vtkProbeFilter.h"
index 72b9e9104cc9fc68573ad40cb5ed8e7f5f673483..10d67b9db4a2146b9d5557a92a80caeeffe91ac0 100644 (file)
@@ -34,7 +34,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 #include <vtkImageShiftScale.h>
 #include <vtkImageChangeInformation.h>
index bf06d833ba3d10b744d27bf413f943e5a69429be..f5faa1373594eabde9bfcd8d4f19696c42297f9f 100644 (file)
@@ -55,8 +55,6 @@
 #define __bbvtkSegmentationConnectivity_h_INCLUDED__
 
 #include "bbtkAtomicBlackBox.h"
-
-#include "vtkVersion.h"
 #include <vtkImageData.h>
 #include <vtkImageCast.h>
 #include <vtkImageThreshold.h>
index 4ca08cb79a72d6b0230745c422cf30e1f25aed86..500bd36418671aebb7db86c59bc9acfa9bc03671 100755 (executable)
@@ -31,8 +31,7 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
-#include <vtkImageCast.h>
+#include "vtkImageCast.h"
 #include <vtkType.h>
 #include <vtkImageData.h>
 
index 735ddd59c92314864f27e6f24d972424da3be228..fa2360cd78a5d168ec55f31d4cb9cf718632ba79 100644 (file)
@@ -35,7 +35,6 @@
 #include "iostream"
 #include <string>
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 #include "vtkStructuredPoints.h"
 #include "vtkStructuredPointsReader.h"
index 7cd307300b4720a021c48405c054363eee78d3aa..84f18f01da241f2863a5512c0d5deeb5a0df9b45 100644 (file)
@@ -31,7 +31,6 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 
 namespace bbvtk
index 160b7f57de9f0945c747037696fdbe56e4042984..083127ff8b3153cf85c884828de3a15fa1c67dec 100644 (file)
@@ -56,7 +56,6 @@
 
 #include "bbtkAtomicBlackBox.h"
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 
 namespace bbvtk
index d65d6f68ae74afdd61fb153d93180fe1cd0583dc..c2fb858275fc3a47baf287d9709e90a036c1ad19 100644 (file)
@@ -32,7 +32,6 @@
 #include "iostream"
 
 
-#include "vtkVersion.h"
 #include <vtkImageMathematics.h>
 #include <vtkImageData.h>
 #include <vtkType.h>
index 9a6ced31fdfeb73f8ef594b56ef4c1a9157a709c..9296ddf40abc0bd4e95a59c398c553bd9432d3b4 100644 (file)
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-#include "vtkVersion.h"
-#include "vtkImageData.h"
 #include "vtkImageGaussianSmooth.h"
-
+#include "vtkImageData.h"
 #include <vector>
 
 namespace bbvtk
index 90c25b23a575752e2c03a41de089458ee32a2393..fc500f17181b33f508ca847d68db5e2ad3810797 100644 (file)
@@ -60,7 +60,6 @@
 
 #include "bbtkAtomicBlackBox.h"
 
-#include "vtkVersion.h"
 #include "vtkImageData.h"
 //#include <vtkImageShiftScale.h>
 //#include <vtkVolumeRayCastMIPFunction.h>
index 969b658fd25715e16dbe4f8a286afce3e0314477..47867584fb5103009e0fe3cf340f5cbf6db663d7 100644 (file)
@@ -81,7 +81,6 @@
 #ifndef __wxvtkImageViewer2_h
 #define __wxvtkImageViewer2_h
 
-#include "vtkVersion.h"
 #include "vtkObject.h"
 
 class vtkAlgorithmOutput;