[root]/Wrapping/WrapITK/Python/Tests
notYetUsable
(7 files, 636 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| glehmann | 61 (100.0%) | 2857 (100.0%) | 46.8 |
ENH: Exclude MatrixIndexSelectionImageFilter from the filter coverage test - the image test it requires is not available in WrapITK.
1 lines of code changed in:
BUG: Fix getNameOfClass test.
1 lines of code changed in:
ENH: Exclude more filters from the coverage test. Those filters were found during the last tcon.
9 lines of code changed in:
ENH: Exclude more filters from the coverage test
27 lines of code changed in:
ENH: Exclude more filters from the coverage computation.
3 lines of code changed in:
BUG: The OutputWindow's New() method returns a Win32OutputWindow on windows, so it have to be excluded of the GetNameOfClass test ENH: More verobose output ENH: Also exlcude the non templated classes
33 lines of code changed in:
ENH: exclude the FFT filters from the test
4 lines of code changed in:
ENH: Check the names return by GetNameOfClass() in a python test
46 lines of code changed in:
BUG: using SetInput( 1, featureImg ) make the filter segfault when calling Update() because the segmentation function is not initialized. Add a SetInput2() method to prevent python wrapper using SetInput() in the New() method. A better fix may be found to make SetInput() usable when the feature and the input image have the same type.
2 lines of code changed in:
BUG: GaussianSpatialObject now use the radius, so a radius must be specified
1 lines of code changed in:
ENH: move FFTW wrappers to a FFTW module.
31 lines of code changed in:
BUG: use set from the sets module, so it should now be compatible with python 2.3
4 lines of code changed in:
BUG: image from/to structuring element is no more available
32 lines of code changed in:
BUG: signed char can't be used to store and image with values up to 255
2 lines of code changed in:
BUG: PythonAntiAliasBinaryImageFilter test requires dim=3 to be available
13 lines of code changed in:
BUG: python test is broken with multi-configuration build
1 lines of code changed in:
ENH: use itkTestDriver to run python tests
6 lines of code changed in:
ENH: Import WrapITK in Wrapping directory
2641 lines of code changed in: